list Web App Backup Status Secrets
suspend fun listWebAppBackupStatusSecrets(argument: ListWebAppBackupStatusSecretsPlainArgs): ListWebAppBackupStatusSecretsResult
Backup description. API Version: 2020-12-01.
Return
Backup description.
Parameters
argument
null
suspend fun listWebAppBackupStatusSecrets(backupId: String, backupName: String? = null, backupSchedule: BackupSchedule? = null, databases: List<DatabaseBackupSetting>? = null, enabled: Boolean? = null, kind: String? = null, name: String, resourceGroupName: String, storageAccountUrl: String): ListWebAppBackupStatusSecretsResult
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.
storage Account Url
SAS URL to the container.
suspend fun listWebAppBackupStatusSecrets(argument: suspend ListWebAppBackupStatusSecretsPlainArgsBuilder.() -> Unit): ListWebAppBackupStatusSecretsResult
Return
Backup description.
See also
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListWebAppBackupStatusSecretsPlainArgs.