EventsOperations interface

Interface representing a EventsOperations.

Methods

listBySingleResource(string, EventsListBySingleResourceOptionalParams)

Lists current service health events for given resource.

listBySubscriptionId(EventsListBySubscriptionIdOptionalParams)

Lists service health events in the subscription.

listByTenantId(EventsListByTenantIdOptionalParams)

Lists current service health events in the tenant.

Method Details

listBySingleResource(string, EventsListBySingleResourceOptionalParams)

Lists current service health events for given resource.

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

Parameters

resourceUri

string

The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}

options
EventsListBySingleResourceOptionalParams

The options parameters.

Returns

listBySubscriptionId(EventsListBySubscriptionIdOptionalParams)

Lists service health events in the subscription.

function listBySubscriptionId(options?: EventsListBySubscriptionIdOptionalParams): PagedAsyncIterableIterator<Event_2, Event_2[], PageSettings>

Parameters

options
EventsListBySubscriptionIdOptionalParams

The options parameters.

Returns

listByTenantId(EventsListByTenantIdOptionalParams)

Lists current service health events in the tenant.

function listByTenantId(options?: EventsListByTenantIdOptionalParams): PagedAsyncIterableIterator<Event_2, Event_2[], PageSettings>

Parameters

options
EventsListByTenantIdOptionalParams

The options parameters.

Returns