Partilhar via


PrivateEndpointConnectionProperties Construtores

Definição

Sobrecargas

PrivateEndpointConnectionProperties()

Inicializa uma nova instância da classe PrivateEndpointConnectionProperties.

PrivateEndpointConnectionProperties(PrivateEndpointConnectionPropertiesPrivateEndpoint, PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState)

Inicializa uma nova instância da classe PrivateEndpointConnectionProperties.

PrivateEndpointConnectionProperties()

Inicializa uma nova instância da classe PrivateEndpointConnectionProperties.

public PrivateEndpointConnectionProperties ();
Public Sub New ()

Aplica-se a

PrivateEndpointConnectionProperties(PrivateEndpointConnectionPropertiesPrivateEndpoint, PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState)

Inicializa uma nova instância da classe PrivateEndpointConnectionProperties.

public PrivateEndpointConnectionProperties (Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionProperties : Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint * Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionProperties
Public Sub New (Optional privateEndpoint As PrivateEndpointConnectionPropertiesPrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState = Nothing)

Parâmetros

privateEndpoint
PrivateEndpointConnectionPropertiesPrivateEndpoint

O recurso de ponto de extremidade privado do provedor Microsoft.Network.

privateLinkServiceConnectionState
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState

Descreve o estado atual de uma conexão de serviço Link Privado existente com o ponto de extremidade privado do Azure.

Aplica-se a