Sdílet prostřednictvím


IEndpointsOperations.BeginStartWithHttpMessagesAsync Metoda

Definice

Spustí existující koncový bod CDN, který je v zastaveném stavu.

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

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ý.

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ž nejde deserializovat odpověď.

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

Platí pro