Sdílet prostřednictvím


ICustomDomainsOperations.BeginDeleteWithHttpMessagesAsync Metoda

Definice

Odstraní existující vlastní doménu v rámci koncového bodu.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Cdn.Fluent.Models.CustomDomainInner>> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string customDomainName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginDeleteWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Cdn.Fluent.Models.CustomDomainInner>>
Public Function BeginDeleteWithHttpMessagesAsync (resourceGroupName As String, profileName As String, endpointName As String, customDomainName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of CustomDomainInner))

Parametry

resourceGroupName
String

Název skupiny prostředků v rámci předplatného Azure

profileName
String

Název profilu CDN, který je v rámci skupiny prostředků jedinečný.

endpointName
String

Název koncového bodu v profilu, který je globálně jedinečný.

customDomainName
String

Název vlastní domény v rámci koncového bodu

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ána při nemožnosti deserializovat odpověď

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

Platí pro