StorageMigrationOptions Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
StorageMigrationOptions() |
Initialiseert een nieuw exemplaar van de klasse StorageMigrationOptions. |
StorageMigrationOptions(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>) |
Initialiseert een nieuw exemplaar van de klasse StorageMigrationOptions. |
StorageMigrationOptions()
Initialiseert een nieuw exemplaar van de klasse StorageMigrationOptions.
public StorageMigrationOptions ();
Public Sub New ()
Van toepassing op
StorageMigrationOptions(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>)
Initialiseert een nieuw exemplaar van de klasse 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)
Parameters
- azurefilesConnectionString
- String
AzureFiles connection string.
- azurefilesShare
- String
AzureFiles-share.
- id
- String
- name
- String
- type
- String
- kind
- String
Soort resource.
<code>true</code>als de app moet worden overgeschakeld; <anders code>false</code>.
<code>true</code> als de app alleen-lezen moet zijn tijdens het kopiƫren; anders <code>false</code>.
Van toepassing op
Azure SDK for .NET