AppServicePlansOperationsExtensions.RebootWorkerAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Uruchom ponownie maszynę procesu roboczego w planie App Service.
public static System.Threading.Tasks.Task RebootWorkerAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, string name, string workerName, System.Threading.CancellationToken cancellationToken = default);
static member RebootWorkerAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RebootWorkerAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, workerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parametry
- operations
- IAppServicePlansOperations
Grupa operacji dla tej metody rozszerzenia.
- resourceGroupName
- String
Nazwa grupy zasobów, do której należy zasób.
- name
- String
Nazwa planu usługi App Service.
- workerName
- String
Nazwa maszyny procesu roboczego, która zwykle rozpoczyna się od usług pulpitu zdalnego.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis ponownego uruchamiania maszyny procesu roboczego w planie App Service.
Dotyczy
Azure SDK for .NET