Condividi tramite


IAppServicePlansOperations.RebootWorkerWithHttpMessagesAsync Metodo

Definizione

Riavviare un computer di lavoro in un piano di servizio app.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RebootWorkerWithHttpMessagesAsync (string resourceGroupName, string name, string workerName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RebootWorkerWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function RebootWorkerWithHttpMessagesAsync (resourceGroupName As String, name As String, workerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parametri

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome del piano di servizio app.

workerName
String

Nome del computer di lavoro, che in genere inizia con Desktop remoto.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generata quando l'operazione ha restituito un codice di stato non valido

Generata quando l'operazione ha restituito un codice di stato non valido

Generata quando un parametro obbligatorio è Null

Commenti

Descrizione per Riavviare un computer di lavoro in un piano di servizio app.

Si applica a