Package version:

Interface representing a TargetComputeSizes.

interface TargetComputeSizes {
    listByReplicationProtectedItems(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: TargetComputeSizesListByReplicationProtectedItemsOptionalParams): PagedAsyncIterableIterator<TargetComputeSize>;
}

Methods

  • Lists the available target compute sizes for a replication protected 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.

    • replicatedProtectedItemName: string

      Replication protected item name.

    • Optionaloptions: TargetComputeSizesListByReplicationProtectedItemsOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<TargetComputeSize>