IotDpsResourceOperationsExtensions.BeginCreateOrUpdatePrivateEndpointConnection Método

Definição

Criar ou atualizar a conexão de ponto de extremidade privado

public static Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection BeginCreateOrUpdatePrivateEndpointConnection (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnectionProperties properties);
static member BeginCreateOrUpdatePrivateEndpointConnection : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdatePrivateEndpointConnection (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnectionProperties) As PrivateEndpointConnection

Parâmetros

operations
IIotDpsResourceOperations

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

resourceGroupName
String

O nome do grupo de recursos que contém o serviço de provisionamento.

resourceName
String

O nome do serviço de provisionamento.

privateEndpointConnectionName
String

O nome da conexão de ponto de extremidade privado

properties
PrivateEndpointConnectionProperties

As propriedades de uma conexão de ponto de extremidade privado

Retornos

Comentários

Criar ou atualizar o status de uma conexão de ponto de extremidade privado com o nome especificado

Aplica-se a