共用方式為


WebAppsOperationsExtensions.RestartAsync 方法

定義

如果指定) ,請重新開機應用程式 (或部署位置。

public static System.Threading.Tasks.Task RestartAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, bool? softRestart = default, bool? synchronous = default, System.Threading.CancellationToken cancellationToken = default);
static member RestartAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RestartAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional softRestart As Nullable(Of Boolean) = Nothing, Optional synchronous As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

參數

operations
IWebAppsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源所屬資源群組的名稱。

name
String

應用程式的名稱。

softRestart
Nullable<Boolean>

指定 true 以套用組態設定,並在必要時才重新開機應用程式。 根據預設,API 一律會重新開機並重新布建應用程式。

synchronous
Nullable<Boolean>

指定 true 以封鎖直到應用程式重新開機為止。 根據預設,它會設定為 false,而 API 會立即 (非同步) 回應。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

如果指定) ,重新開機應用程式 (或部署位置的描述。

適用於