共用方式為


StorageMigrationOptions 類別

應用程式內容移轉的選項。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
StorageMigrationOptions

建構函式

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)

僅限關鍵字的參數

名稱 Description
kind
str

資源種類。

azurefiles_connection_string
str

AzureFiles 連接字串。

azurefiles_share
str

AzureFiles 共用。

switch_site_after_migration

<code>true</code>如果應該切換應用程式,則為 ;否則為 :code: <code>false</code>

block_write_access_to_site

<code>true</code> 如果應用程式應在複製作業期間唯讀,則為 ;否則為 <code>false</code>

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

kind
str

資源種類。

type
str

資源類型。

azurefiles_connection_string
str

AzureFiles 連接字串。

azurefiles_share
str

AzureFiles 共用。

switch_site_after_migration

<code>true</code>如果應該切換應用程式,則為 ;否則為 :code: <code>false</code>

block_write_access_to_site

<code>true</code> 如果應用程式應在複製作業期間唯讀,則為 ;否則為 <code>false</code>