Compartir a través de


PrivateEndpointConnectionForPrivateLinkHub Constructores

Definición

Sobrecargas

PrivateEndpointConnectionForPrivateLinkHub()

Inicializa una nueva instancia de la clase PrivateEndpointConnectionForPrivateLinkHub.

PrivateEndpointConnectionForPrivateLinkHub(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String, String, String)

Inicializa una nueva instancia de la clase PrivateEndpointConnectionForPrivateLinkHub.

PrivateEndpointConnectionForPrivateLinkHub()

Inicializa una nueva instancia de la clase PrivateEndpointConnectionForPrivateLinkHub.

public PrivateEndpointConnectionForPrivateLinkHub ();
Public Sub New ()

Se aplica a

PrivateEndpointConnectionForPrivateLinkHub(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String, String, String)

Inicializa una nueva instancia de la clase PrivateEndpointConnectionForPrivateLinkHub.

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

Parámetros

id
String

identificador

privateEndpoint
PrivateEndpoint

Punto de conexión privado al que pertenece la conexión.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Estado de conexión de la conexión del punto de conexión privado.

provisioningState
String

Estado de aprovisionamiento de la conexión de punto de conexión privado.

name
String
type
String

Se aplica a