AppServiceEnvironmentsOperationsExtensions.BeginDeleteAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Usuń App Service Environment.
public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, bool? forceDelete = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.AppService.Fluent.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
Parametry
- operations
- IAppServiceEnvironmentsOperations
Grupa operacji dla tej metody rozszerzenia.
- resourceGroupName
- String
Nazwa grupy zasobów, do której należy zasób.
- name
- String
Nazwa App Service Environment.
Określ <kod>true</code>, aby wymusić usunięcie, nawet jeśli App Service Environment zawiera zasoby. Wartość domyślna to <kod>false</code>.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis usuwania App Service Environment.
Dotyczy
Azure SDK for .NET