Share via


AppServiceEnvironmentsOperationsExtensions.DeletePrivateEndpointConnection Method

Definition

Deletes a private endpoint connection

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

Parameters

operations
IAppServiceEnvironmentsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the App Service Environment.

privateEndpointConnectionName
String

Returns

Remarks

Description for Deletes a private endpoint connection

Applies to