PrivateEndpointConnectionsListByStorageSyncServiceHeaders 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
PrivateEndpointConnectionsListByStorageSyncServiceHeaders() |
Initialise une nouvelle instance de la classe PrivateEndpointConnectionsListByStorageSyncServiceHeaders. |
PrivateEndpointConnectionsListByStorageSyncServiceHeaders(String, String) |
Initialise une nouvelle instance de la classe PrivateEndpointConnectionsListByStorageSyncServiceHeaders. |
PrivateEndpointConnectionsListByStorageSyncServiceHeaders()
Initialise une nouvelle instance de la classe PrivateEndpointConnectionsListByStorageSyncServiceHeaders.
public PrivateEndpointConnectionsListByStorageSyncServiceHeaders();
Public Sub New ()
S’applique à
PrivateEndpointConnectionsListByStorageSyncServiceHeaders(String, String)
Initialise une nouvelle instance de la classe PrivateEndpointConnectionsListByStorageSyncServiceHeaders.
public PrivateEndpointConnectionsListByStorageSyncServiceHeaders(string xMsRequestId = default, string xMsCorrelationRequestId = default);
new Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnectionsListByStorageSyncServiceHeaders : string * string -> Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnectionsListByStorageSyncServiceHeaders
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