StorageMigrationOptions Class

Options for app content migration.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResource
StorageMigrationOptions

Constructor

StorageMigrationOptions(*, kind: Optional[str] = None, azurefiles_connection_string: Optional[str] = None, azurefiles_share: Optional[str] = None, switch_site_after_migration: Optional[bool] = False, block_write_access_to_site: Optional[bool] = False, **kwargs)

Parameters

kind
str
Required

Kind of resource.

azurefiles_connection_string
str
Required

AzureFiles connection string.

azurefiles_share
str
Required

AzureFiles share.

switch_site_after_migration
bool
Required

<code>true</code>if the app should be switched over; otherwise, :code:<code>false</code>.

block_write_access_to_site
bool
Required

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

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.