Compartilhar via


RemotePrivateEndpointConnectionWrapper Construtores

Definição

Sobrecargas

RemotePrivateEndpointConnectionWrapper()

Inicializa uma nova instância da classe RemotePrivateEndpointConnectionWrapper.

RemotePrivateEndpointConnectionWrapper(PrivateLinkServiceConnectionState, String, String, String, ArmIdWrapper, String, IList<String>)

Inicializa uma nova instância da classe RemotePrivateEndpointConnectionWrapper.

RemotePrivateEndpointConnectionWrapper()

Inicializa uma nova instância da classe RemotePrivateEndpointConnectionWrapper.

public RemotePrivateEndpointConnectionWrapper ();
Public Sub New ()

Aplica-se a

RemotePrivateEndpointConnectionWrapper(PrivateLinkServiceConnectionState, String, String, String, ArmIdWrapper, String, IList<String>)

Inicializa uma nova instância da classe RemotePrivateEndpointConnectionWrapper.

public RemotePrivateEndpointConnectionWrapper (Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, string id = default, string name = default, string type = default, Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper privateEndpoint = default, string provisioningState = default, System.Collections.Generic.IList<string> groupIds = default);
new Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper : Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper
Public Sub New (privateLinkServiceConnectionState As PrivateLinkServiceConnectionState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As ArmIdWrapper = Nothing, Optional provisioningState As String = Nothing, Optional groupIds As IList(Of String) = Nothing)

Parâmetros

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Uma coleção de informações sobre o estado da conexão entre o consumidor de serviço e o provedor.

id
String

ID do recurso de conexão do ponto de extremidade privado

name
String

Nome da conexão do ponto de extremidade privado

type
String

Tipo de recurso de conexão de ponto de extremidade privado

privateEndpoint
ArmIdWrapper

O recurso do ponto de extremidade privado.

provisioningState
String

O estado de provisionamento do recurso de conexão de ponto de extremidade privado.

groupIds
IList<String>

Todas as IDs do grupo.

Aplica-se a