次の方法で共有


AppServiceEnvironmentsOperationsExtensions.BeginDeleteAsync メソッド

定義

App Service Environmentを削除します。

public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, bool? forceDelete = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IAppServiceEnvironmentsOperations

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

resourceGroupName
String

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

name
String

App Service Environmentの名前。

forceDelete
Nullable<Boolean>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象