Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReplicationEvents

Package version

Class representing a ReplicationEvents.

Hierarchy

  • ReplicationEvents

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(eventName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationEventsGetResponse>
  • get(eventName: string, callback: msRest.ServiceCallback<Event>): void
  • get(eventName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Event>): void
  • The operation to get the details of an Azure Site recovery event.

    summary

    Get the details of an Azure Site recovery event.

    Parameters

    • eventName: string

      The name of the Azure Site Recovery event.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationEventsGetResponse>

    Promise<Models.ReplicationEventsGetResponse>

  • Parameters

    • eventName: string

      The name of the Azure Site Recovery event.

    • callback: msRest.ServiceCallback<Event>

      The callback

    Returns void

  • Parameters

    • eventName: string

      The name of the Azure Site Recovery event.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Event>

      The callback

    Returns void

list

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationEventsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<EventCollection>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<EventCollection>): void
  • Gets the list of Azure Site Recovery events for the vault.

    summary

    Gets the list of Azure Site Recovery events.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationEventsListNextResponse>

    Promise<Models.ReplicationEventsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<EventCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<EventCollection>

      The callback

    Returns void

Generated using TypeDoc