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.ProxyOnlyResourceStorageMigrationOptions
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
- 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.
Feedback
Submit and view feedback for