共用方式為


IRecommendationsOperations.GetRuleDetailsByWebAppWithHttpMessagesAsync 方法

定義

取得應用程式的建議規則。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationRuleInner>> GetRuleDetailsByWebAppWithHttpMessagesAsync (string resourceGroupName, string siteName, string name, bool? updateSeen = default, string recommendationId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRuleDetailsByWebAppWithHttpMessagesAsync : string * string * string * Nullable<bool> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationRuleInner>>
Public Function GetRuleDetailsByWebAppWithHttpMessagesAsync (resourceGroupName As String, siteName As String, name As String, Optional updateSeen As Nullable(Of Boolean) = Nothing, Optional recommendationId As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RecommendationRuleInner))

參數

resourceGroupName
String

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

siteName
String

應用程式的名稱。

name
String

建議的名稱。

updateSeen
Nullable<Boolean>

指定 < 程式碼 > true < /code > 來更新建議物件的最後一個看到時間戳記。

recommendationId
String

如果您查詢過期的 GUID,建議物件的 GUID。 您不需要指定它來查詢使用中的專案。

customHeaders
Dictionary<String,List<String>>

要新增至要求的標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

例外狀況

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

無法還原序列化回應時擲回

當必要參數為 null 時擲回

備註

取得應用程式建議規則的描述。

適用於