SyncGroupsListByStorageSyncServiceHeaders Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SyncGroupsListByStorageSyncServiceHeaders() |
Initialise une nouvelle instance de la classe SyncGroupsListByStorageSyncServiceHeaders. |
SyncGroupsListByStorageSyncServiceHeaders(String, String) |
Initialise une nouvelle instance de la classe SyncGroupsListByStorageSyncServiceHeaders. |
SyncGroupsListByStorageSyncServiceHeaders()
Initialise une nouvelle instance de la classe SyncGroupsListByStorageSyncServiceHeaders.
public SyncGroupsListByStorageSyncServiceHeaders ();
Public Sub New ()
S’applique à
SyncGroupsListByStorageSyncServiceHeaders(String, String)
Initialise une nouvelle instance de la classe SyncGroupsListByStorageSyncServiceHeaders.
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)
Paramètres
- xMsRequestId
- String
ID de requête.
- xMsCorrelationRequestId
- String
ID de demande de corrélation.
S’applique à
Azure SDK for .NET