Udostępnij za pośrednictwem


ICustomDomainsOperations.BeginDeleteWithHttpMessagesAsync Metoda

Definicja

Usuwa istniejącą domenę niestandardową w punkcie końcowym.

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

Nazwa grupy zasobów w ramach subskrypcji platformy Azure.

profileName
String

Nazwa profilu usługi CDN, który jest unikatowy w grupie zasobów.

endpointName
String

Nazwa punktu końcowego w profilu, który jest unikatowy globalnie.

customDomainName
String

Nazwa domeny niestandardowej w punkcie końcowym.

customHeaders
Dictionary<String,List<String>>

Nagłówki, które zostaną dodane do żądania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Wyjątki

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy nie można wykonać deserializacji odpowiedzi

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy