Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
StorageMigrationOptions |
StorageMigrationOptions.withAzurefilesConnectionString(String azurefilesConnectionString)
Set azureFiles connection string.
|
StorageMigrationOptions |
StorageMigrationOptions.withAzurefilesShare(String azurefilesShare)
Set azureFiles share.
|
StorageMigrationOptions |
StorageMigrationOptions.withBlockWriteAccessToSite(Boolean blockWriteAccessToSite)
Set <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.
|
StorageMigrationOptions |
StorageMigrationOptions.withSwitchSiteAfterMigration(Boolean switchSiteAfterMigration)
Set <code>true</code>if the app should be switched over; otherwise, <code>false</code>.
|
Copyright © 2019. All rights reserved.