PrivateEndpointConnectionRequestProperties 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
PrivateEndpointConnectionRequestProperties() |
Initialisiert eine neue instance der PrivateEndpointConnectionRequestProperties-Klasse. |
PrivateEndpointConnectionRequestProperties(PrivateLinkServiceConnectionState) |
Initialisiert eine neue instance der PrivateEndpointConnectionRequestProperties-Klasse. |
PrivateEndpointConnectionRequestProperties()
Initialisiert eine neue instance der PrivateEndpointConnectionRequestProperties-Klasse.
public PrivateEndpointConnectionRequestProperties ();
Public Sub New ()
Gilt für:
PrivateEndpointConnectionRequestProperties(PrivateLinkServiceConnectionState)
Initialisiert eine neue instance der PrivateEndpointConnectionRequestProperties-Klasse.
public PrivateEndpointConnectionRequestProperties (Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties : Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties
Public Sub New (Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)
Parameter
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
Eine Sammlung von Informationen über den Status der Verbindung zwischen dem Dienst consumer und dem Anbieter.
Gilt für:
Azure SDK for .NET