Udostępnij za pośrednictwem


AppServicePlansOperationsExtensions.RebootWorkerAsync Metoda

Definicja

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