Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TargetComputeSizes

Package version

Class representing a TargetComputeSizes.

Hierarchy

  • TargetComputeSizes

Index

Constructors

constructor

Methods

listByReplicationProtectedItems

  • listByReplicationProtectedItems(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<Models.TargetComputeSizesListByReplicationProtectedItemsResponse>
  • listByReplicationProtectedItems(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, callback: msRest.ServiceCallback<TargetComputeSizeCollection>): void
  • listByReplicationProtectedItems(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<TargetComputeSizeCollection>): void
  • Lists the available target compute sizes for a replication protected item.

    summary

    Gets the list of target compute sizes for the replication protected item.

    Parameters

    • fabricName: string

      Fabric name.

    • protectionContainerName: string

      protection container name.

    • replicatedProtectedItemName: string

      Replication protected item name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.TargetComputeSizesListByReplicationProtectedItemsResponse>

    Promise<Models.TargetComputeSizesListByReplicationProtectedItemsResponse>

  • Parameters

    • fabricName: string

      Fabric name.

    • protectionContainerName: string

      protection container name.

    • replicatedProtectedItemName: string

      Replication protected item name.

    • callback: msRest.ServiceCallback<TargetComputeSizeCollection>

      The callback

    Returns void

  • Parameters

    • fabricName: string

      Fabric name.

    • protectionContainerName: string

      protection container name.

    • replicatedProtectedItemName: string

      Replication protected item name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<TargetComputeSizeCollection>

      The callback

    Returns void

listByReplicationProtectedItemsNext

  • listByReplicationProtectedItemsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TargetComputeSizesListByReplicationProtectedItemsNextResponse>
  • listByReplicationProtectedItemsNext(nextPageLink: string, callback: msRest.ServiceCallback<TargetComputeSizeCollection>): void
  • listByReplicationProtectedItemsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<TargetComputeSizeCollection>): void
  • Lists the available target compute sizes for a replication protected item.

    summary

    Gets the list of target compute sizes for the replication protected item.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.TargetComputeSizesListByReplicationProtectedItemsNextResponse>

    Promise<Models.TargetComputeSizesListByReplicationProtectedItemsNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<TargetComputeSizeCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<TargetComputeSizeCollection>

      The callback

    Returns void

Generated using TypeDoc