listWebAppBackupStatusSecrets

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

backupId

ID of backup.

backupName

Name of the backup.

backupSchedule

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.

resourceGroupName

Name of the resource group to which the resource belongs.

storageAccountUrl

SAS URL to the container.


Return

Backup description.

See also

Parameters

argument

Builder for com.pulumi.azurenative.web.kotlin.inputs.ListWebAppBackupStatusSecretsPlainArgs.