次の方法で共有


AppServiceEnvironmentsOperationsExtensions.BeginDelete メソッド

定義

App Service Environmentを削除します。

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

パラメーター

operations
IAppServiceEnvironmentsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

App Service Environmentの名前。

forceDelete
Nullable<Boolean>

App Service Environmentにリソースが含まれている場合でも強制的に削除するには、コード>true</code> を指定<します。 既定値は <コード>false</code> です。

注釈

「App Service Environmentを削除する」の説明。

適用対象