Share via


TenantResourceHealthEventImpactedResourceCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

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