| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/