Compartir a través de


ReplicationProtectableItems interface

Interfaz que representa un ReplicationProtectableItems.

Métodos

get(string, string, string, string, string, ReplicationProtectableItemsGetOptionalParams)

Operación para obtener los detalles de un elemento protegible.

listByReplicationProtectionContainers(string, string, string, string, ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams)

Enumera los elementos protegibles de un contenedor de protección.

Detalles del método

get(string, string, string, string, string, ReplicationProtectableItemsGetOptionalParams)

Operación para obtener los detalles de un elemento protegible.

function get(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, protectableItemName: string, options?: ReplicationProtectableItemsGetOptionalParams): Promise<ProtectableItem>

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.

fabricName

string

Nombre del tejido.

protectionContainerName

string

Nombre del contenedor de protección.

protectableItemName

string

Nombre de elemento protegible.

options
ReplicationProtectableItemsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<ProtectableItem>

listByReplicationProtectionContainers(string, string, string, string, ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams)

Enumera los elementos protegibles de un contenedor de protección.

function listByReplicationProtectionContainers(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, options?: ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams): PagedAsyncIterableIterator<ProtectableItem, ProtectableItem[], 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.

fabricName

string

Nombre del tejido.

protectionContainerName

string

Nombre del contenedor de protección.

Devoluciones