Udostępnij za pośrednictwem


PrivateEndpointConnection Konstruktory

Definicja

Przeciążenia

PrivateEndpointConnection()

Inicjuje nowe wystąpienie klasy PrivateEndpointConnection.

PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

Inicjuje nowe wystąpienie klasy PrivateEndpointConnection.

PrivateEndpointConnection()

Inicjuje nowe wystąpienie klasy PrivateEndpointConnection.

public PrivateEndpointConnection ();
Public Sub New ()

Dotyczy

PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

Inicjuje nowe wystąpienie klasy PrivateEndpointConnection.

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

Parametry

id
String

W pełni kwalifikowany identyfikator zasobu dla zasobu

name
String

Nazwa zasobu

type
String

Typ zasobu.

privateEndpoint
PrivateEndpointProperty

Prywatny punkt końcowy, do którego należy połączenie.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionStateProperty

Stan połączenia prywatnego punktu końcowego.

Dotyczy