TenantResourceHealthEventImpactedResourceCollection.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specific impacted resource in the tenant by an event.
- Request Path: /providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources/{impactedResourceName}
- Operation Id: ImpactedResources_GetByTenantId
- Default Api Version: 2023-10-01-preview
- Resource: TenantResourceHealthEventImpactedResource
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.