public class StorageMigrationOptions extends ProxyOnlyResource
| Constructor and Description | 
|---|
StorageMigrationOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
azurefilesConnectionString()
Get azureFiles connection string. 
 | 
String | 
azurefilesShare()
Get azureFiles share. 
 | 
Boolean | 
blockWriteAccessToSite()
Get <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>. 
 | 
Boolean | 
switchSiteAfterMigration()
Get <code>true</code>if the app should be switched over; otherwise, <code>false</code>. 
 | 
StorageMigrationOptions | 
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>. 
 | 
kind, withKindpublic String azurefilesConnectionString()
public StorageMigrationOptions withAzurefilesConnectionString(String azurefilesConnectionString)
azurefilesConnectionString - the azurefilesConnectionString value to setpublic String azurefilesShare()
public StorageMigrationOptions withAzurefilesShare(String azurefilesShare)
azurefilesShare - the azurefilesShare value to setpublic Boolean switchSiteAfterMigration()
public StorageMigrationOptions withSwitchSiteAfterMigration(Boolean switchSiteAfterMigration)
switchSiteAfterMigration - the switchSiteAfterMigration value to setpublic Boolean blockWriteAccessToSite()
public StorageMigrationOptions withBlockWriteAccessToSite(Boolean blockWriteAccessToSite)
blockWriteAccessToSite - the blockWriteAccessToSite value to setCopyright © 2019. All rights reserved.