WebAppsOperationsExtensions.BeginDeletePrivateEndpointConnectionSlotAsync Método

Definição

Exclui uma conexão de ponto de extremidade privado

public static System.Threading.Tasks.Task<object> BeginDeletePrivateEndpointConnectionSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, string slot, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeletePrivateEndpointConnectionSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function BeginDeletePrivateEndpointConnectionSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)

Parâmetros

operations
IWebAppsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do site.

privateEndpointConnectionName
String
slot
String
cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição de Excluir uma conexão de ponto de extremidade privado

Aplica-se a