Freigeben über


PrivateEndpointConnection Konstruktoren

Definition

Überlädt

PrivateEndpointConnection()

Initialisiert eine neue instance der PrivateEndpointConnection-Klasse.

PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, 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, String, String, String, PrivateEndpoint, String)

Initialisiert eine neue instance der PrivateEndpointConnection-Klasse.

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

Parameter

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Eine Sammlung von Informationen über den Verbindungsstatus zwischen Dienstconsumer und Anbieter.

id
String

Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Der Name der Ressource

type
String

Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"

privateEndpoint
PrivateEndpoint

Die Ressource des privaten Endpunkts.

provisioningState
String

Der Bereitstellungsstatus der Verbindungsressource des privaten Endpunkts. Mögliche Werte: "Succeeded", "Creating", "Deleting", "Failed"

Gilt für: