StorageMigrationOptions クラス
アプリ コンテンツ移行のオプション。
変数はサーバーによってのみ設定され、要求の送信時には無視されます。
- 継承
-
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResourceStorageMigrationOptions
コンストラクター
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)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
kind
|
リソースの種類。 |
azurefiles_connection_string
|
AzureFiles 接続文字列。 |
azurefiles_share
|
AzureFiles 共有。 |
switch_site_after_migration
|
|
block_write_access_to_site
|
|
変数
名前 | 説明 |
---|---|
id
|
リソース ID。 |
name
|
リソース名。 |
kind
|
リソースの種類。 |
type
|
リソースの種類。 |
azurefiles_connection_string
|
AzureFiles 接続文字列。 |
azurefiles_share
|
AzureFiles 共有。 |
switch_site_after_migration
|
|
block_write_access_to_site
|
|
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python