Freigeben über


PrivateEndpointConnection Konstruktoren

Definition

Überlädt

PrivateEndpointConnection()

Initialisiert eine neue instance der PrivateEndpointConnection-Klasse.

PrivateEndpointConnection(PrivateLinkServiceConnectionState, PrivateEndpoint, String, String, String, String)

Initialisiert eine neue instance der PrivateEndpointConnection-Klasse.

PrivateEndpointConnection()

Initialisiert eine neue instance der PrivateEndpointConnection-Klasse.

public PrivateEndpointConnection ();
Public Sub New ()

Gilt für:

PrivateEndpointConnection(PrivateLinkServiceConnectionState, PrivateEndpoint, String, String, String, String)

Initialisiert eine neue instance der PrivateEndpointConnection-Klasse.

public PrivateEndpointConnection (Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, Microsoft.Azure.Management.Compute.Models.PrivateEndpoint privateEndpoint = default, string provisioningState = default, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection : Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState * Microsoft.Azure.Management.Compute.Models.PrivateEndpoint * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection
Public Sub New (privateLinkServiceConnectionState As PrivateLinkServiceConnectionState, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional provisioningState As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameter

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Eine Sammlung von Informationen über den Status der Verbindung zwischen DiskAccess und Virtual Network.

privateEndpoint
PrivateEndpoint

Die Ressource des privaten Endpunkts.

provisioningState
String

Der Bereitstellungsstatus der Verbindungsressource des privaten Endpunkts. Mögliche Werte: "Erfolgreich", "Erstellen", "Löschen", "Fehler"

id
String

Verbindungs-ID des privaten Endpunkts

name
String

Verbindungsname des privaten Endpunkts

type
String

Verbindungstyp des privaten Endpunkts

Gilt für: