WebSiteResource.GetSiteRecommendation 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/sites/{siteName}/recommendations/{name}
- Operation Id: Recommendations_GetRuleDetailsByWebApp
- Default Api Version: 2024-04-01
- Resource: SiteRecommendationResource
public virtual Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource> GetSiteRecommendation (string name, bool? updateSeen = default, string recommendationId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteRecommendation : string * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource>
override this.GetSiteRecommendation : string * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource>
Public Overridable Function GetSiteRecommendation (name As String, Optional updateSeen As Nullable(Of Boolean) = Nothing, Optional recommendationId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteRecommendationResource)
Parameters
- 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.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
name
is null.
name
is an empty string, and was expected to be non-empty.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET