Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.BeginDelete Método

Definição

Excluir conexão de ponto de extremidade privado

public static Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection BeginDelete (this Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName);
static member BeginDelete : Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations * string * string * string -> Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginDelete (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String) As PrivateEndpointConnection

Parâmetros

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

O nome do grupo de recursos que contém o hub IoT.

resourceName
String

O nome do Hub IoT.

privateEndpointConnectionName
String

O nome da conexão de ponto de extremidade privado

Retornos

Comentários

Excluir conexão de ponto de extremidade privado com o nome especificado

Aplica-se a