Compartir a través de


AppServiceEnvironmentsOperationsExtensions.DeletePrivateEndpointConnection Método

Definición

Elimina una conexión de punto de conexión privado.

public static object DeletePrivateEndpointConnection (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName);
static member DeletePrivateEndpointConnection : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -> obj
<Extension()>
Public Function DeletePrivateEndpointConnection (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String) As Object

Parámetros

operations
IAppServiceEnvironmentsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el recurso.

name
String

Nombre del App Service Environment.

privateEndpointConnectionName
String

Devoluciones

Comentarios

Descripción de Elimina una conexión de punto de conexión privado

Se aplica a