list Web App Backup Status Secrets Slot
suspend fun listWebAppBackupStatusSecretsSlot(argument: ListWebAppBackupStatusSecretsSlotPlainArgs): ListWebAppBackupStatusSecretsSlotResult
Backup description. API Version: 2020-12-01.
Return
Backup description.
Parameters
argument
null
suspend fun listWebAppBackupStatusSecretsSlot(backupId: String, backupName: String? = null, backupSchedule: BackupSchedule? = null, databases: List<DatabaseBackupSetting>? = null, enabled: Boolean? = null, kind: String? = null, name: String, resourceGroupName: String, slot: String, storageAccountUrl: String): ListWebAppBackupStatusSecretsSlotResult
Return
Backup description.
See also
Parameters
backup Id
ID of backup.
backup Name
Name of the backup.
backup Schedule
Schedule for the backup if it is executed periodically.
databases
Databases included in the backup.
enabled
True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
kind
Kind of resource.
name
Name of web app.
resource Group Name
Name of the resource group to which the resource belongs.
slot
Name of web app slot. If not specified then will default to production slot.
storage Account Url
SAS URL to the container.
suspend fun listWebAppBackupStatusSecretsSlot(argument: suspend ListWebAppBackupStatusSecretsSlotPlainArgsBuilder.() -> Unit): ListWebAppBackupStatusSecretsSlotResult
Return
Backup description.
See also
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListWebAppBackupStatusSecretsSlotPlainArgs.