Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StorageMigrationOptionsProperties
Packages that use StorageMigrationOptionsProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of StorageMigrationOptionsProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StorageMigrationOptionsPropertiesModifier and TypeMethodDescriptionStorageMigrationOptionsProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StorageMigrationOptionsProperties from the JsonReader.StorageMigrationOptionsProperties.withAzurefilesConnectionString
(String azurefilesConnectionString) Set the azurefilesConnectionString property: AzureFiles connection string.StorageMigrationOptionsProperties.withAzurefilesShare
(String azurefilesShare) Set the azurefilesShare property: AzureFiles share.StorageMigrationOptionsProperties.withBlockWriteAccessToSite
(Boolean blockWriteAccessToSite) Set the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.StorageMigrationOptionsProperties.withSwitchSiteAfterMigration
(Boolean switchSiteAfterMigration) Set the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.