| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BackupItemInner |
WebAppsClient.backup(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.
|
BackupItemInner |
WebAppsClient.getBackupStatus(String resourceGroupName,
String name,
String backupId)
Description for Gets a backup of an app by its ID.
|
BackupItemInner |
WebAppsClient.getBackupStatusSlot(String resourceGroupName,
String name,
String backupId,
String slot)
Description for Gets a backup of an app by its ID.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
BackupItemInner |
BackupItemInner.withKind(String kind)
Set the kind property: Kind of resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.