BackupItemInner |
WebAppsClient.backup(String resourceGroupName,
String name,
BackupRequestInner request) |
Description for Creates a backup of an app.
|
Mono<BackupItemInner> |
WebAppsClient.backupAsync(String resourceGroupName,
String name,
BackupRequestInner request) |
Description for Creates a backup of an app.
|
BackupItemInner |
WebAppsClient.backupSlot(String resourceGroupName,
String name,
String slot,
BackupRequestInner request) |
Description for Creates a backup of an app.
|
Mono<BackupItemInner> |
WebAppsClient.backupSlotAsync(String resourceGroupName,
String name,
String slot,
BackupRequestInner request) |
Description for Creates a backup of an app.
|
com.azure.core.http.rest.Response<BackupItemInner> |
WebAppsClient.backupSlotWithResponse(String resourceGroupName,
String name,
String slot,
BackupRequestInner request,
com.azure.core.util.Context context) |
Description for Creates a backup of an app.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
WebAppsClient.backupSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
BackupRequestInner request) |
Description for Creates a backup of an app.
|
com.azure.core.http.rest.Response<BackupItemInner> |
WebAppsClient.backupWithResponse(String resourceGroupName,
String name,
BackupRequestInner request,
com.azure.core.util.Context context) |
Description for Creates a backup of an app.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
WebAppsClient.backupWithResponseAsync(String resourceGroupName,
String name,
BackupRequestInner request) |
Description for Creates a backup of an app.
|
BackupItemInner |
WebAppsClient.listBackupStatusSecrets(String resourceGroupName,
String name,
String backupId,
BackupRequestInner request) |
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
Mono<BackupItemInner> |
WebAppsClient.listBackupStatusSecretsAsync(String resourceGroupName,
String name,
String backupId,
BackupRequestInner request) |
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
BackupItemInner |
WebAppsClient.listBackupStatusSecretsSlot(String resourceGroupName,
String name,
String backupId,
String slot,
BackupRequestInner request) |
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
Mono<BackupItemInner> |
WebAppsClient.listBackupStatusSecretsSlotAsync(String resourceGroupName,
String name,
String backupId,
String slot,
BackupRequestInner request) |
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
com.azure.core.http.rest.Response<BackupItemInner> |
WebAppsClient.listBackupStatusSecretsSlotWithResponse(String resourceGroupName,
String name,
String backupId,
String slot,
BackupRequestInner request,
com.azure.core.util.Context context) |
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
WebAppsClient.listBackupStatusSecretsSlotWithResponseAsync(String resourceGroupName,
String name,
String backupId,
String slot,
BackupRequestInner request) |
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
com.azure.core.http.rest.Response<BackupItemInner> |
WebAppsClient.listBackupStatusSecretsWithResponse(String resourceGroupName,
String name,
String backupId,
BackupRequestInner request,
com.azure.core.util.Context context) |
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
WebAppsClient.listBackupStatusSecretsWithResponseAsync(String resourceGroupName,
String name,
String backupId,
BackupRequestInner request) |
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
BackupRequestInner |
WebAppsClient.updateBackupConfiguration(String resourceGroupName,
String name,
BackupRequestInner request) |
Description for Updates the backup configuration of an app.
|
Mono<BackupRequestInner> |
WebAppsClient.updateBackupConfigurationAsync(String resourceGroupName,
String name,
BackupRequestInner request) |
Description for Updates the backup configuration of an app.
|
BackupRequestInner |
WebAppsClient.updateBackupConfigurationSlot(String resourceGroupName,
String name,
String slot,
BackupRequestInner request) |
Description for Updates the backup configuration of an app.
|
Mono<BackupRequestInner> |
WebAppsClient.updateBackupConfigurationSlotAsync(String resourceGroupName,
String name,
String slot,
BackupRequestInner request) |
Description for Updates the backup configuration of an app.
|
com.azure.core.http.rest.Response<BackupRequestInner> |
WebAppsClient.updateBackupConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
BackupRequestInner request,
com.azure.core.util.Context context) |
Description for Updates the backup configuration of an app.
|
Mono<com.azure.core.http.rest.Response<BackupRequestInner>> |
WebAppsClient.updateBackupConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
BackupRequestInner request) |
Description for Updates the backup configuration of an app.
|
com.azure.core.http.rest.Response<BackupRequestInner> |
WebAppsClient.updateBackupConfigurationWithResponse(String resourceGroupName,
String name,
BackupRequestInner request,
com.azure.core.util.Context context) |
Description for Updates the backup configuration of an app.
|
Mono<com.azure.core.http.rest.Response<BackupRequestInner>> |
WebAppsClient.updateBackupConfigurationWithResponseAsync(String resourceGroupName,
String name,
BackupRequestInner request) |
Description for Updates the backup configuration of an app.
|