共用方式為


RecommendationsOperationsExtensions.GetRuleDetailsByWebApp Method

Definition

Get a recommendation rule for an app.

public static Microsoft.Azure.Management.WebSites.Models.RecommendationRule GetRuleDetailsByWebApp (this Microsoft.Azure.Management.WebSites.IRecommendationsOperations operations, string resourceGroupName, string siteName, string name, bool? updateSeen = default, string recommendationId = default);
static member GetRuleDetailsByWebApp : Microsoft.Azure.Management.WebSites.IRecommendationsOperations * string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Models.RecommendationRule
<Extension()>
Public Function GetRuleDetailsByWebApp (operations As IRecommendationsOperations, resourceGroupName As String, siteName As String, name As String, Optional updateSeen As Nullable(Of Boolean) = Nothing, Optional recommendationId As String = Nothing) As RecommendationRule

Parameters

operations
IRecommendationsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

siteName
String

Name of the app.

name
String

Name of the recommendation.

updateSeen
Nullable<Boolean>

Specify <code>true</code> to update the last-seen timestamp of the recommendation object.

recommendationId
String

The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.

Returns

Remarks

Description for Get a recommendation rule for an app.

Applies to