Language

AdvisorTriageRecommendationCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

Parameters

recommendationId
String

Existing triage recommendation id. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

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