| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> |
WebAppsClient.beginMigrateStorage(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> |
WebAppsClient.beginMigrateStorage(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions,
com.azure.core.util.Context context)
Description for Restores a web app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> |
WebAppsClient.beginMigrateStorageAsync(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
StorageMigrationResponseInner |
WebAppsClient.migrateStorage(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
StorageMigrationResponseInner |
WebAppsClient.migrateStorage(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions,
com.azure.core.util.Context context)
Description for Restores a web app.
|
Mono<StorageMigrationResponseInner> |
WebAppsClient.migrateStorageAsync(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.migrateStorageWithResponseAsync(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
| Modifier and Type | Method and Description |
|---|---|
StorageMigrationOptions |
StorageMigrationOptions.withAzurefilesConnectionString(String azurefilesConnectionString)
Set the azurefilesConnectionString property: AzureFiles connection string.
|
StorageMigrationOptions |
StorageMigrationOptions.withAzurefilesShare(String azurefilesShare)
Set the azurefilesShare property: AzureFiles share.
|
StorageMigrationOptions |
StorageMigrationOptions.withBlockWriteAccessToSite(Boolean blockWriteAccessToSite)
Set the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy
operation; otherwise, <code>false</code>.
|
StorageMigrationOptions |
StorageMigrationOptions.withKind(String kind)
Set the kind property: Kind of resource.
|
StorageMigrationOptions |
StorageMigrationOptions.withSwitchSiteAfterMigration(Boolean switchSiteAfterMigration)
Set the switchSiteAfterMigration property: <code>true</code>if the app should be switched over;
otherwise, <code>false</code>.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.