EventsOperations interface

Interface representing a Events operations.

Properties

listBySingleResource

Lists current service health events for given resource.

listBySubscriptionId

Lists service health events in the subscription.

listByTenantId

Lists current service health events in the tenant.

Property Details

listBySingleResource

Lists current service health events for given resource.

listBySingleResource: (resourceUri: string, options?: EventsListBySingleResourceOptionalParams) => PagedAsyncIterableIterator<Event, Event[], PageSettings>

Property Value

(resourceUri: string, options?: EventsListBySingleResourceOptionalParams) => PagedAsyncIterableIterator<Event, Event[], PageSettings>

listBySubscriptionId

Lists service health events in the subscription.

listBySubscriptionId: (options?: EventsListBySubscriptionIdOptionalParams) => PagedAsyncIterableIterator<Event, Event[], PageSettings>

Property Value

(options?: EventsListBySubscriptionIdOptionalParams) => PagedAsyncIterableIterator<Event, Event[], PageSettings>

listByTenantId

Lists current service health events in the tenant.

listByTenantId: (options?: EventsListByTenantIdOptionalParams) => PagedAsyncIterableIterator<Event, Event[], PageSettings>

Property Value

(options?: EventsListByTenantIdOptionalParams) => PagedAsyncIterableIterator<Event, Event[], PageSettings>