Language

AdvisorRecommendationCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}.
  • Operation Id. : ResourceRecommendationBases_Get.
  • Default Api Version. : 2025-05-01-preview.
public virtual Azure.NullableResponse<Azure.ResourceManager.Advisor.AdvisorRecommendationResource> GetIfExists(string recommendationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Advisor.AdvisorRecommendationResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Advisor.AdvisorRecommendationResource>
Public Overridable Function GetIfExists (recommendationId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AdvisorRecommendationResource)

Parameters

recommendationId
String

The recommendation ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

recommendationId is null.

recommendationId is an empty string, and was expected to be non-empty.

Applies to