Поделиться через


ICustomDomainsOperations.BeginDeleteWithHttpMessagesAsync Метод

Определение

Удаляет существующий личный домен в конечной точке.

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))

Параметры

resourceGroupName
String

Имя группы ресурсов в подписке Azure.

profileName
String

Имя профиля CDN, который является уникальным в пределах группы ресурсов.

endpointName
String

Имя конечной точки в профиле, которое глобально уникально.

customDomainName
String

Имя личного домена в конечной точке.

customHeaders
Dictionary<String,List<String>>

Заголовки, которые будут добавлены в запрос.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Исключения

Возникает, когда операция возвращает недопустимый код состояния

Возникает, если не удается десериализовать ответ

Возникает, если обязательный параметр имеет значение NULL

Применяется к