ReplicationEventsOperations interface

Interface representing a ReplicationEvents operations.

Properties

get

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

list

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

Property Details

get

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

get: (resourceGroupName: string, resourceName: string, eventName: string, options?: ReplicationEventsGetOptionalParams) => Promise<Event>

Property Value

(resourceGroupName: string, resourceName: string, eventName: string, options?: ReplicationEventsGetOptionalParams) => Promise<Event>

list

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

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

Property Value

(resourceGroupName: string, resourceName: string, options?: ReplicationEventsListOptionalParams) => PagedAsyncIterableIterator<Event, Event[], PageSettings>