StorageMigrationOptions Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
StorageMigrationOptions() |
Inicializuje novou instanci StorageMigrationOptions třídy. |
StorageMigrationOptions(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>) |
Inicializuje novou instanci StorageMigrationOptions třídy. |
StorageMigrationOptions()
Inicializuje novou instanci StorageMigrationOptions třídy.
public StorageMigrationOptions ();
Public Sub New ()
Platí pro
StorageMigrationOptions(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>)
Inicializuje novou instanci StorageMigrationOptions třídy.
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)
Parametry
- azurefilesConnectionString
- String
Připojovací řetězec AzureFiles.
- azurefilesShare
- String
Sdílená složka AzureFiles.
- id
- String
- name
- String
- type
- String
- kind
- String
Druh prostředku.
<code>true< /code>if the app should be switch over; otherwise, <code>false</code>.
<kód>true</code> , pokud má být aplikace během operace kopírování jen pro čtení; <v opačném případě kód>false</kód>.
Platí pro
Azure SDK for .NET