HostingEnvironmentRecommendationResource.Get 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.
Description for Get a recommendation rule for an app.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/{name}
- Operation Id: Recommendations_GetRuleDetailsByHostingEnvironment
- Default Api Version: 2023-12-01
- Resource: HostingEnvironmentRecommendationResource
public virtual Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource> Get (bool? updateSeen = default, string recommendationId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource>
override this.Get : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource>
Public Overridable Function Get (Optional updateSeen As Nullable(Of Boolean) = Nothing, Optional recommendationId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HostingEnvironmentRecommendationResource)
Parameters
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.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET