SyncGroupsListByStorageSyncServiceHeaders Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SyncGroupsListByStorageSyncServiceHeaders() |
Initialisiert eine neue instance der SyncGroupsListByStorageSyncServiceHeaders-Klasse. |
SyncGroupsListByStorageSyncServiceHeaders(String, String) |
Initialisiert eine neue instance der SyncGroupsListByStorageSyncServiceHeaders-Klasse. |
SyncGroupsListByStorageSyncServiceHeaders()
Initialisiert eine neue instance der SyncGroupsListByStorageSyncServiceHeaders-Klasse.
public SyncGroupsListByStorageSyncServiceHeaders ();
Public Sub New ()
Gilt für:
SyncGroupsListByStorageSyncServiceHeaders(String, String)
Initialisiert eine neue instance der SyncGroupsListByStorageSyncServiceHeaders-Klasse.
public SyncGroupsListByStorageSyncServiceHeaders (string xMsRequestId = default, string xMsCorrelationRequestId = default);
new Microsoft.Azure.Management.StorageSync.Models.SyncGroupsListByStorageSyncServiceHeaders : string * string -> Microsoft.Azure.Management.StorageSync.Models.SyncGroupsListByStorageSyncServiceHeaders
Public Sub New (Optional xMsRequestId As String = Nothing, Optional xMsCorrelationRequestId As String = Nothing)
Parameter
- xMsRequestId
- String
Anforderungs-ID.
- xMsCorrelationRequestId
- String
Korrelationsanforderungs-ID.
Gilt für:
Azure SDK for .NET