Compartilhar via


ArmApiManagementModelFactory.RemotePrivateEndpointConnectionWrapper Método

Definição

Inicializa uma nova instância de RemotePrivateEndpointConnectionWrapper.

public static Azure.ResourceManager.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper RemotePrivateEndpointConnectionWrapper (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.ApiManagement.Models.ApiManagementPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string provisioningState = default, System.Collections.Generic.IEnumerable<string> groupIds = default);
static member RemotePrivateEndpointConnectionWrapper : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.ApiManagement.Models.ApiManagementPrivateLinkServiceConnectionState * string * seq<string> -> Azure.ResourceManager.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper
Public Shared Function RemotePrivateEndpointConnectionWrapper (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As ApiManagementPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing) As RemotePrivateEndpointConnectionWrapper

Parâmetros

id
ResourceIdentifier

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

name
String

Nome da conexão do ponto de extremidade privado.

resourceType
Nullable<ResourceType>

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

privateEndpointId
ResourceIdentifier

O recurso do ponto de extremidade privado.

privateLinkServiceConnectionState
ApiManagementPrivateLinkServiceConnectionState

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

provisioningState
String

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

groupIds
IEnumerable<String>

Todas as IDs de grupo.

Retornos

Uma nova RemotePrivateEndpointConnectionWrapper instância para zombar.

Aplica-se a