Package version:

Interface representing a ReplicationEvents.

interface ReplicationEvents {
    get(resourceGroupName: string, resourceName: string, eventName: string, options?: ReplicationEventsGetOptionalParams): Promise<Event>;
    list(resourceGroupName: string, resourceName: string, options?: ReplicationEventsListOptionalParams): PagedAsyncIterableIterator<Event>;
}

Methods

Methods

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

    Parameters

    • resourceGroupName: string

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

    • resourceName: string

      The name of the recovery services vault.

    • eventName: string

      The name of the Azure Site Recovery event.

    • Optionaloptions: ReplicationEventsGetOptionalParams

      The options parameters.

    Returns Promise<Event>

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

    Parameters

    • resourceGroupName: string

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

    • resourceName: string

      The name of the recovery services vault.

    • Optionaloptions: ReplicationEventsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Event>