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.v2020_12_01.models._models_py3.ProxyOnlyResource
StorageMigrationOptions

Constructor

StorageMigrationOptions(*, kind: str | None = None, azurefiles_connection_string: str | None = None, azurefiles_share: str | None = None, switch_site_after_migration: bool = False, block_write_access_to_site: bool = False, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

azurefiles_connection_string
str

AzureFiles connection string.

azurefiles_share
str

AzureFiles share.

switch_site_after_migration

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

block_write_access_to_site

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

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

azurefiles_connection_string
str

AzureFiles connection string.

azurefiles_share
str

AzureFiles share.

switch_site_after_migration

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

block_write_access_to_site

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