Sdílet prostřednictvím


IAppServiceEnvironmentsOperations.DeleteWithHttpMessagesAsync Metoda

Definice

Odstraňte App Service Environment.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteWithHttpMessagesAsync (string resourceGroupName, string name, bool? forceDelete = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteWithHttpMessagesAsync : string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function DeleteWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parametry

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Název App Service Environment.

forceDelete
Nullable<Boolean>

Zadejte <kód>true</code>, který vynutí odstranění i v případě, že App Service Environment obsahuje prostředky. Výchozí hodnota je <false< kódu>/kód>.

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolá se, když má povinný parametr hodnotu null.

Poznámky

Popis pro odstranění App Service Environment.

Platí pro