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.v2019_08_01.models._models_py3.ProxyOnlyResourceStorageMigrationOptions
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
|
Kind of resource. |
azurefiles_connection_string
|
AzureFiles connection string. |
azurefiles_share
|
AzureFiles share. |
switch_site_after_migration
|
|
block_write_access_to_site
|
|
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
azurefiles_connection_string
|
AzureFiles connection string. |
azurefiles_share
|
AzureFiles share. |
switch_site_after_migration
|
|
block_write_access_to_site
|
|
Azure SDK for Python