AppServiceEnvironmentsOperationsExtensions.Delete Method

Definition

Delete an App Service Environment.

public static void Delete (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, bool? forceDelete = default);
static member Delete : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Nullable<bool> -> unit
<Extension()>
Public Sub Delete (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing)

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.

forceDelete
Nullable<Boolean>

Specify <code>true</code> to force the deletion even if the App Service Environment contains resources. The default is <code>false</code>.

Remarks

Description for Delete an App Service Environment.

Applies to