StorageMigrationOptions 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
StorageMigrationOptions() |
初始化 StorageMigrationOptions 類別的新實例。 |
StorageMigrationOptions(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>) |
初始化 StorageMigrationOptions 類別的新實例。 |
StorageMigrationOptions()
初始化 StorageMigrationOptions 類別的新實例。
public StorageMigrationOptions ();
Public Sub New ()
適用於
StorageMigrationOptions(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>)
初始化 StorageMigrationOptions 類別的新實例。
public StorageMigrationOptions (string azurefilesConnectionString, string azurefilesShare, string id = default, string name = default, string type = default, string kind = default, bool? switchSiteAfterMigration = default, bool? blockWriteAccessToSite = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.StorageMigrationOptions : string * string * string * string * string * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.StorageMigrationOptions
Public Sub New (azurefilesConnectionString As String, azurefilesShare As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional switchSiteAfterMigration As Nullable(Of Boolean) = Nothing, Optional blockWriteAccessToSite As Nullable(Of Boolean) = Nothing)
參數
- azurefilesConnectionString
- String
AzureFiles 連接字串。
- azurefilesShare
- String
AzureFiles 共用。
- id
- String
- name
- String
- type
- String
- kind
- String
資源種類。
<如果應該切換應用程式,則程式碼為 true < /code > ;否則為 >< false < /code > 。 >
<如果應用程式應在複製作業期間唯讀,則程式碼為 true < /code > ;否則為 <> false < /code > 。 >