RecommendationsOperationsExtensions.GetRuleDetailsByHostingEnvironment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a recommendation rule for an app.
public static Microsoft.Azure.Management.WebSites.Models.RecommendationRule GetRuleDetailsByHostingEnvironment (this Microsoft.Azure.Management.WebSites.IRecommendationsOperations operations, string resourceGroupName, string hostingEnvironmentName, string name, bool? updateSeen = default, string recommendationId = default);
static member GetRuleDetailsByHostingEnvironment : Microsoft.Azure.Management.WebSites.IRecommendationsOperations * string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Models.RecommendationRule
<Extension()>
Public Function GetRuleDetailsByHostingEnvironment (operations As IRecommendationsOperations, resourceGroupName As String, hostingEnvironmentName 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.
- hostingEnvironmentName
- String
Name of the hosting environment.
- name
- String
Name of the recommendation.
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
Azure SDK for .NET