Freigeben über


StorageSyncService Konstruktoren

Definition

Überlädt

StorageSyncService()

Initialisiert einen neuen instance der StorageSyncService-Klasse.

StorageSyncService(String, String, String, String, SystemData, IDictionary<String,String>, String, Nullable<Int32>, String, String, String, String, IList<PrivateEndpointConnection>)

Initialisiert einen neuen instance der StorageSyncService-Klasse.

StorageSyncService()

Initialisiert einen neuen instance der StorageSyncService-Klasse.

public StorageSyncService();
Public Sub New ()

Gilt für:

StorageSyncService(String, String, String, String, SystemData, IDictionary<String,String>, String, Nullable<Int32>, String, String, String, String, IList<PrivateEndpointConnection>)

Initialisiert einen neuen instance der StorageSyncService-Klasse.

public StorageSyncService(string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string incomingTrafficPolicy = default, int? storageSyncServiceStatus = default, string storageSyncServiceUid = default, string provisioningState = default, string lastWorkflowId = default, string lastOperationName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncService : string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncService
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional incomingTrafficPolicy As String = Nothing, Optional storageSyncServiceStatus As Nullable(Of Integer) = Nothing, Optional storageSyncServiceUid As String = Nothing, Optional provisioningState As String = Nothing, Optional lastWorkflowId As String = Nothing, Optional lastOperationName As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing)

Parameter

location
String

Der geografische Standort, an dem sich die Ressource befindet

id
String

Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Der Name der Ressource

type
String

Der Typ der Ressource. Z. B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager-Metadaten mit createdBy- und modifiedBy-Informationen.

tags
IDictionary<String,String>

Ressourcentags.

incomingTrafficPolicy
String

Richtlinie für eingehenden Datenverkehr. Mögliche Werte: "AllowAllTraffic", "AllowVirtualNetworksOnly"

storageSyncServiceStatus
Nullable<Int32>

Speichersynchronisierungsdienst status.

storageSyncServiceUid
String

Uid des Speichersynchronisierungsdiensts

provisioningState
String

StorageSyncService-Bereitstellungsstatus

lastWorkflowId
String

StorageSyncService lastWorkflowId

lastOperationName
String

Name des letzten Vorgangs der Ressource

privateEndpointConnections
IList<PrivateEndpointConnection>

Liste der privaten Endpunktverbindungen, die dem angegebenen Speichersynchronisierungsdienst zugeordnet sind

Gilt für: