ResourceHealthEventImpactedResourceCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources/{impactedResourceName}
  • Operation Id: ImpactedResources_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ResourceHealthEventImpactedResource> GetIfExists (string impactedResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ResourceHealthEventImpactedResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ResourceHealthEventImpactedResource>
Public Overridable Function GetIfExists (impactedResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ResourceHealthEventImpactedResource)

Parameters

impactedResourceName
String

Name of the Impacted Resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

impactedResourceName is null.

Applies to