ReplicationEvents interface

Interface representing a ReplicationEvents.

Methods

get(string, string, string, ReplicationEventsGetOptionalParams)

The operation to get the details of an Azure Site recovery event.

list(string, string, ReplicationEventsListOptionalParams)

Gets the list of Azure Site Recovery events for the vault.

Method Details

get(string, string, string, ReplicationEventsGetOptionalParams)

The operation to get the details of an Azure Site recovery event.

function get(resourceName: string, resourceGroupName: string, eventName: string, options?: ReplicationEventsGetOptionalParams): Promise<Event_2>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

eventName

string

The name of the Azure Site Recovery event.

options
ReplicationEventsGetOptionalParams

The options parameters.

Returns

Promise<Event>

list(string, string, ReplicationEventsListOptionalParams)

Gets the list of Azure Site Recovery events for the vault.

function list(resourceName: string, resourceGroupName: string, options?: ReplicationEventsListOptionalParams): PagedAsyncIterableIterator<Event_2, Event_2[], PageSettings>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

options
ReplicationEventsListOptionalParams

The options parameters.

Returns