Share via


TenantResourceHealthEventCollection.GetAll Method

Definition

Lists current service health events in the tenant.

  • Request Path: /providers/Microsoft.ResourceHealth/events
  • Operation Id: Events_ListByTenantId
public virtual Azure.Pageable<Azure.ResourceManager.ResourceHealth.TenantResourceHealthEventResource> GetAll (string filter = default, string queryStartTime = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ResourceHealth.TenantResourceHealthEventResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ResourceHealth.TenantResourceHealthEventResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional queryStartTime As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TenantResourceHealthEventResource)

Parameters

filter
String

The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN.

queryStartTime
String

Specifies from when to return events, based on the lastUpdateTime property. For example, queryStartTime = 7/24/2020 OR queryStartTime=7%2F24%2F2020.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of TenantResourceHealthEventResource that may take multiple service requests to iterate over.

Applies to