EventsOperations interface
Interface representing a Events operations.
Properties
| list |
Lists current service health events for given resource. |
| list |
Lists service health events in the subscription. |
| list |
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>