StorageMigrationOptionsProperties interface
StorageMigrationOptions resource specific properties
Properties
| azurefiles |
AzureFiles connection string. |
| azurefiles |
AzureFiles share. |
| block |
|
| switch |
|
Property Details
azurefilesConnectionString
AzureFiles connection string.
azurefilesConnectionString: string
Property Value
string
azurefilesShare
AzureFiles share.
azurefilesShare: string
Property Value
string
blockWriteAccessToSite
true if the app should be read only during copy operation; otherwise, false.
blockWriteAccessToSite?: boolean
Property Value
boolean
switchSiteAfterMigration
trueif the app should be switched over; otherwise, false.
switchSiteAfterMigration?: boolean
Property Value
boolean