ServerPrivateEndpointConnectionProperties 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
ServerPrivateEndpointConnectionProperties() |
Initialisiert eine neue instance der ServerPrivateEndpointConnectionProperties-Klasse. |
ServerPrivateEndpointConnectionProperties(PrivateEndpointProperty, ServerPrivateLinkServiceConnectionStateProperty, String) |
Initialisiert eine neue instance der ServerPrivateEndpointConnectionProperties-Klasse. |
ServerPrivateEndpointConnectionProperties()
Initialisiert eine neue instance der ServerPrivateEndpointConnectionProperties-Klasse.
public ServerPrivateEndpointConnectionProperties ();
Public Sub New ()
Gilt für:
ServerPrivateEndpointConnectionProperties(PrivateEndpointProperty, ServerPrivateLinkServiceConnectionStateProperty, String)
Initialisiert eine neue instance der ServerPrivateEndpointConnectionProperties-Klasse.
public ServerPrivateEndpointConnectionProperties (Microsoft.Azure.Management.MySQL.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.MySQL.Models.ServerPrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.MySQL.Models.ServerPrivateEndpointConnectionProperties : Microsoft.Azure.Management.MySQL.Models.PrivateEndpointProperty * Microsoft.Azure.Management.MySQL.Models.ServerPrivateLinkServiceConnectionStateProperty * string -> Microsoft.Azure.Management.MySQL.Models.ServerPrivateEndpointConnectionProperties
Public Sub New (Optional privateEndpoint As PrivateEndpointProperty = Nothing, Optional privateLinkServiceConnectionState As ServerPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As String = Nothing)
Parameter
- privateEndpoint
- PrivateEndpointProperty
Privater Endpunkt, zu dem die Verbindung gehört.
- privateLinkServiceConnectionState
- ServerPrivateLinkServiceConnectionStateProperty
Verbindungsstatus der Verbindung mit dem privaten Endpunkt.
- provisioningState
- String
Status der Verbindung mit dem privaten Endpunkt. Mögliche Werte: "Genehmigen", "Bereit", "Drop", "Failed", "Rejecting"
Gilt für:
Azure SDK for .NET