Partilhar via


PrivateEndpointConnectionOperationsExtensions.CreateOrUpdate Método

Definição

Aprova ou rejeita uma conexão de ponto de extremidade privado

public static Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource CreateOrUpdate (this Microsoft.Azure.Management.DataFactory.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string factoryName, string privateEndpointConnectionName, Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.DataFactory.IPrivateEndpointConnectionOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequestResource * string -> Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, factoryName As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource, Optional ifMatch As String = Nothing) As PrivateEndpointConnectionResource

Parâmetros

operations
IPrivateEndpointConnectionOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

factoryName
String

O nome da fábrica.

privateEndpointConnectionName
String

O nome da conexão do ponto de extremidade privado.

ifMatch
String

ETag da entidade de conexão de ponto de extremidade privado. Deve ser especificado apenas para atualização, para o qual ele deve corresponder à entidade existente ou pode ser * para atualização incondicional.

Retornos

Aplica-se a