ListWebAppBackupStatusSecretsPlainArgs

data class ListWebAppBackupStatusSecretsPlainArgs(val backupId: String, val backupName: String? = null, val backupSchedule: BackupSchedule? = null, val databases: List<DatabaseBackupSetting>? = null, val enabled: Boolean? = null, val kind: String? = null, val name: String, val resourceGroupName: String, val storageAccountUrl: String) : ConvertibleToJava<ListWebAppBackupStatusSecretsPlainArgs>

Constructors

Link copied to clipboard
constructor(backupId: String, backupName: String? = null, backupSchedule: BackupSchedule? = null, databases: List<DatabaseBackupSetting>? = null, enabled: Boolean? = null, kind: String? = null, name: String, resourceGroupName: String, storageAccountUrl: String)

Properties

Link copied to clipboard

ID of backup.

Link copied to clipboard
val backupName: String? = null

Name of the backup.

Link copied to clipboard

Schedule for the backup if it is executed periodically.

Link copied to clipboard

Databases included in the backup.

Link copied to clipboard
val enabled: Boolean? = null

True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Name of web app.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Link copied to clipboard

SAS URL to the container.

Functions

Link copied to clipboard
open override fun toJava(): ListWebAppBackupStatusSecretsPlainArgs