共用方式為


IWebAppsOperations.RestartSlotWithHttpMessagesAsync 方法

定義

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

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

參數

resourceGroupName
String

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

name
String

應用程式的名稱。

slot
String

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

softRestart
Nullable<Boolean>

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

synchronous
Nullable<Boolean>

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

customHeaders
Dictionary<String,List<String>>

要新增至要求的標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

例外狀況

當作業傳回不正確狀態碼時擲回

當作業傳回不正確狀態碼時擲回

當必要參數為 null 時擲回

備註

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

適用於