Uses of Class
com.azure.resourcemanager.appservice.models.StorageMigrationOptions
Packages that use StorageMigrationOptions
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StorageMigrationOptions in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type StorageMigrationOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>, StorageMigrationResponseInner> WebAppsClient.beginMigrateStorage(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions) 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) 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) Restores a web app.WebAppsClient.migrateStorage(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions) Restores a web app.WebAppsClient.migrateStorage(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions, com.azure.core.util.Context context) Restores a web app.WebAppsClient.migrateStorageAsync(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions) Restores a web app.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> WebAppsClient.migrateStorageWithResponseAsync(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions) Restores a web app. -
Uses of StorageMigrationOptions in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StorageMigrationOptionsModifier and TypeMethodDescriptionstatic StorageMigrationOptionsStorageMigrationOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageMigrationOptions from the JsonReader.StorageMigrationOptions.withAzurefilesConnectionString(String azurefilesConnectionString) Set the azurefilesConnectionString property: AzureFiles connection string.StorageMigrationOptions.withAzurefilesShare(String azurefilesShare) Set the azurefilesShare property: AzureFiles share.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>.Set the kind property: Kind of resource.StorageMigrationOptions.withSwitchSiteAfterMigration(Boolean switchSiteAfterMigration) Set the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.