다음을 통해 공유


TenantResourceHealthEventImpactedResourceCollection.GetAsync Method

Definition

Gets the specific impacted resource in the tenant by an event.

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