共用方式為


WebAppsOperationsExtensions.RestartSlotAsync 方法

定義

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

public static System.Threading.Tasks.Task RestartSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, bool? softRestart = default, bool? synchronous = default, System.Threading.CancellationToken cancellationToken = default);
static member RestartSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RestartSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot 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

應用程式的名稱。

slot
String

部署位置的名稱。 如果未指定位置,API 將會重新開機生產位置。

softRestart
Nullable<Boolean>

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

synchronous
Nullable<Boolean>

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

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

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

適用於