Delen via


IEndpointsOperations.BeginStartWithHttpMessagesAsync Methode

Definitie

Hiermee start u een bestaand CDN-eindpunt dat de status Gestopt heeft.

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

Parameters

resourceGroupName
String

Naam van de resourcegroep binnen het Azure-abonnement.

profileName
String

Naam van het CDN-profiel dat uniek is binnen de resourcegroep.

endpointName
String

Naam van het eindpunt onder het profiel dat wereldwijd uniek is.

customHeaders
Dictionary<String,List<String>>

De headers die aan de aanvraag worden toegevoegd.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Uitzonderingen

Gegenereerd toen de bewerking een ongeldige statuscode retourneerde

Gegenereerd wanneer het antwoord niet kan worden gedeserialiseerd

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op