共用方式為


IWebAppsOperations.RestartWithHttpMessagesAsync 方法

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RestartWithHttpMessagesAsync (string resourceGroupName, string name, 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 RestartWithHttpMessagesAsync : 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 RestartWithHttpMessagesAsync (resourceGroupName As String, name 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

應用程式的名稱。

softRestart
Nullable<Boolean>

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

synchronous
Nullable<Boolean>

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

customHeaders
Dictionary<String,List<String>>

將新增至要求的標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

例外狀況

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

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

當必要參數為 Null 時擲回

備註

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

適用於