ReplicationProtectableItems interface

Interface representing a ReplicationProtectableItems.

Methods

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

The operation to get the details of a protectable item.

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

Lists the protectable items in a protection container.

Method Details

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

The operation to get the details of a protectable item.

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

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

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

fabricName

string

Fabric name.

protectionContainerName

string

Protection container name.

protectableItemName

string

Protectable item name.

options
ReplicationProtectableItemsGetOptionalParams

The options parameters.

Returns

Promise<ProtectableItem>

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

Lists the protectable items in a protection container.

function listByReplicationProtectionContainers(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, options?: ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams): PagedAsyncIterableIterator<ProtectableItem, ProtectableItem[], PageSettings>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

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

fabricName

string

Fabric name.

protectionContainerName

string

Protection container name.

Returns