Share via


EventOperations interface

Interface representing a Event operations.

Properties

get

Gets the details of the event.

list

Gets the list of events in the given vault.

Property Details

get

Gets the details of the event.

get: (resourceGroupName: string, vaultName: string, eventName: string, options?: EventGetOptionalParams) => Promise<EventModel>

Property Value

(resourceGroupName: string, vaultName: string, eventName: string, options?: EventGetOptionalParams) => Promise<EventModel>

list

Gets the list of events in the given vault.

list: (resourceGroupName: string, vaultName: string, options?: EventListOptionalParams) => PagedAsyncIterableIterator<EventModel, EventModel[], PageSettings>

Property Value

(resourceGroupName: string, vaultName: string, options?: EventListOptionalParams) => PagedAsyncIterableIterator<EventModel, EventModel[], PageSettings>