Share via


StorageMigrationOptionsProperties interface

StorageMigrationOptions resource specific properties

Properties

azurefilesConnectionString

AzureFiles connection string.

azurefilesShare

AzureFiles share.

blockWriteAccessToSite

true if the app should be read only during copy operation; otherwise, false.

switchSiteAfterMigration

trueif the app should be switched over; otherwise, false.

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