你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageMigrationOptionsProperties Class

StorageMigrationOptions resource specific properties.

Constructor

StorageMigrationOptionsProperties(*args: Any, **kwargs: Any)

Variables

Name Description
azurefiles_connection_string
str

AzureFiles connection string. Required.

azurefiles_share
str

AzureFiles share. Required.

switch_site_after_migration

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

block_write_access_to_site

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

Attributes

azurefiles_connection_string

AzureFiles connection string. Required.

azurefiles_connection_string: str

azurefiles_share

AzureFiles share. Required.

azurefiles_share: str

block_write_access_to_site

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

block_write_access_to_site: bool | None

switch_site_after_migration

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

switch_site_after_migration: bool | None