Uses of Class
com.microsoft.azure.management.appservice.StorageMigrationOptions
Packages that use StorageMigrationOptions
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of StorageMigrationOptions in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return StorageMigrationOptionsModifier and TypeMethodDescriptionStorageMigrationOptions.withAzurefilesConnectionString(String azurefilesConnectionString) Set azureFiles connection string.StorageMigrationOptions.withAzurefilesShare(String azurefilesShare) Set azureFiles share.StorageMigrationOptions.withBlockWriteAccessToSite(Boolean blockWriteAccessToSite) Set <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.StorageMigrationOptions.withSwitchSiteAfterMigration(Boolean switchSiteAfterMigration) Set <code>true</code>if the app should be switched over; otherwise, <code>false</code>.