Package version:

Interface representing a ReplicationProtectableItems.

interface ReplicationProtectableItems {
    get(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, protectableItemName: string, options?: ReplicationProtectableItemsGetOptionalParams): Promise<ProtectableItem>;
    listByReplicationProtectionContainers(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, options?: ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams): PagedAsyncIterableIterator<ProtectableItem>;
}

Methods

  • The operation to get the details of a protectable item.

    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.

    • fabricName: string

      Fabric name.

    • protectionContainerName: string

      Protection container name.

    • protectableItemName: string

      Protectable item name.

    • Optionaloptions: ReplicationProtectableItemsGetOptionalParams

      The options parameters.

    Returns Promise<ProtectableItem>