Event interface

Interface representing a Event.

Methods

get(string, string, string, EventGetOptionalParams)

Gets the details of the event.

list(string, string, EventListOptionalParams)

Gets the list of events in the given vault.

Method Details

get(string, string, string, EventGetOptionalParams)

Gets the details of the event.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The vault name.

eventName

string

The event name.

options
EventGetOptionalParams

The options parameters.

Returns

Promise<EventModel>

list(string, string, EventListOptionalParams)

Gets the list of events in the given vault.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The vault name.

options
EventListOptionalParams

The options parameters.

Returns