Freigeben über


PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Konstruktoren

Definition

Überlädt

PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState()

Initialisiert eine neue instance der PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState-Klasse.

PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState(Nullable<PrivateLinkServiceConnectionStatus>, String, String)

Initialisiert eine neue instance der PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState-Klasse.

PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState()

Initialisiert eine neue instance der PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState-Klasse.

public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState ();
Public Sub New ()

Gilt für:

PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState(Nullable<PrivateLinkServiceConnectionStatus>, String, String)

Initialisiert eine neue instance der PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState-Klasse.

public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState (Microsoft.Azure.Management.Search.Models.PrivateLinkServiceConnectionStatus? status = default, string description = default, string actionsRequired = default);
new Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState : Nullable<Microsoft.Azure.Management.Search.Models.PrivateLinkServiceConnectionStatus> * string * string -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Public Sub New (Optional status As Nullable(Of PrivateLinkServiceConnectionStatus) = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)

Parameter

status
Nullable<PrivateLinkServiceConnectionStatus>

Status der Private Link-Dienstverbindung. Kann ausstehend, genehmigt, abgelehnt oder getrennt sein. Mögliche Werte: "Ausstehend", "Genehmigt", "Abgelehnt", "Getrennt"

description
String

Die Beschreibung für den Verbindungsstatus des Private Link-Diensts.

actionsRequired
String

Eine Beschreibung aller zusätzlichen Aktionen, die möglicherweise erforderlich sind.

Gilt für: