Compartir a través de


ReplicationEvents interface

Interfaz que representa un ReplicationEvents.

Métodos

get(string, string, string, ReplicationEventsGetOptionalParams)

La operación para obtener los detalles de un evento de Azure Site Recovery.

list(string, string, ReplicationEventsListOptionalParams)

Obtiene la lista de eventos de Azure Site Recovery para el almacén.

Detalles del método

get(string, string, string, ReplicationEventsGetOptionalParams)

La operación para obtener los detalles de un evento de Azure Site Recovery.

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

Parámetros

resourceName

string

Nombre del almacén de Recovery Services.

resourceGroupName

string

Nombre del grupo de recursos donde está presente el almacén de Recovery Services.

eventName

string

Nombre del evento de Azure Site Recovery.

options
ReplicationEventsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Event>

list(string, string, ReplicationEventsListOptionalParams)

Obtiene la lista de eventos de Azure Site Recovery para el almacén.

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

Parámetros

resourceName

string

Nombre del almacén de Recovery Services.

resourceGroupName

string

Nombre del grupo de recursos donde está presente el almacén de Recovery Services.

options
ReplicationEventsListOptionalParams

Parámetros de opciones.

Devoluciones