PrivateEndpointConnectionsListByStorageSyncServiceHeaders 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
PrivateEndpointConnectionsListByStorageSyncServiceHeaders() |
Initialisiert eine neue instance der PrivateEndpointConnectionsListByStorageSyncServiceHeaders-Klasse. |
PrivateEndpointConnectionsListByStorageSyncServiceHeaders(String, String) |
Initialisiert eine neue instance der PrivateEndpointConnectionsListByStorageSyncServiceHeaders-Klasse. |
PrivateEndpointConnectionsListByStorageSyncServiceHeaders()
Initialisiert eine neue instance der PrivateEndpointConnectionsListByStorageSyncServiceHeaders-Klasse.
public PrivateEndpointConnectionsListByStorageSyncServiceHeaders ();
Public Sub New ()
Gilt für:
PrivateEndpointConnectionsListByStorageSyncServiceHeaders(String, String)
Initialisiert eine neue instance der PrivateEndpointConnectionsListByStorageSyncServiceHeaders-Klasse.
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)
Parameter
- xMsRequestId
- String
Anforderungs-ID.
- xMsCorrelationRequestId
- String
Korrelationsanforderungs-ID.
Gilt für:
Azure SDK for .NET