Event interface
Interface representing a Event.
Methods
get(string, string, string, Event |
Gets the details of the event. |
list(string, string, Event |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript