Share via


ResourceHealthEventCollection Class

Definition

A class representing a collection of ResourceHealthEventResource and their operations. Each ResourceHealthEventResource in the collection will belong to the same instance of SubscriptionResource. To get a ResourceHealthEventCollection instance call the GetResourceHealthEvents method from an instance of SubscriptionResource.

public class ResourceHealthEventCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ResourceHealth.ResourceHealthEventResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ResourceHealth.ResourceHealthEventResource>
type ResourceHealthEventCollection = class
    inherit ArmCollection
    interface seq<ResourceHealthEventResource>
    interface IEnumerable
    interface IAsyncEnumerable<ResourceHealthEventResource>
Public Class ResourceHealthEventCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ResourceHealthEventResource), IEnumerable(Of ResourceHealthEventResource)
Inheritance
ResourceHealthEventCollection
Implements

Constructors

ResourceHealthEventCollection()

Initializes a new instance of the ResourceHealthEventCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Operation Id: Event_GetBySubscriptionIdAndTrackingId
ExistsAsync(String, String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Operation Id: Event_GetBySubscriptionIdAndTrackingId
Get(String, String, String, CancellationToken)

Service health event in the subscription by event tracking id

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Operation Id: Event_GetBySubscriptionIdAndTrackingId
GetAll(String, String, CancellationToken)

Lists service health events in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events
  • Operation Id: Events_ListBySubscriptionId
GetAllAsync(String, String, CancellationToken)

Lists service health events in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events
  • Operation Id: Events_ListBySubscriptionId
GetAsync(String, String, String, CancellationToken)

Service health event in the subscription by event tracking id

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Operation Id: Event_GetBySubscriptionIdAndTrackingId
GetIfExists(String, String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Operation Id: Event_GetBySubscriptionIdAndTrackingId
GetIfExistsAsync(String, String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Operation Id: Event_GetBySubscriptionIdAndTrackingId
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ResourceHealthEventResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ResourceHealthEventResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to