Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReplicationProtectableItems

Package version

Class representing a ReplicationProtectableItems.

Hierarchy

  • ReplicationProtectableItems

Index

Constructors

constructor

Methods

get

  • get(fabricName: string, protectionContainerName: string, protectableItemName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectableItemsGetResponse>
  • get(fabricName: string, protectionContainerName: string, protectableItemName: string, callback: msRest.ServiceCallback<ProtectableItem>): void
  • get(fabricName: string, protectionContainerName: string, protectableItemName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ProtectableItem>): void
  • The operation to get the details of a protectable item.

    summary

    Gets the details of a protectable item.

    Parameters

    • fabricName: string

      Fabric name.

    • protectionContainerName: string

      Protection container name.

    • protectableItemName: string

      Protectable item name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationProtectableItemsGetResponse>

    Promise<Models.ReplicationProtectableItemsGetResponse>

  • Parameters

    • fabricName: string

      Fabric name.

    • protectionContainerName: string

      Protection container name.

    • protectableItemName: string

      Protectable item name.

    • callback: msRest.ServiceCallback<ProtectableItem>

      The callback

    Returns void

  • Parameters

    • fabricName: string

      Fabric name.

    • protectionContainerName: string

      Protection container name.

    • protectableItemName: string

      Protectable item name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ProtectableItem>

      The callback

    Returns void

listByReplicationProtectionContainers

  • listByReplicationProtectionContainers(fabricName: string, protectionContainerName: string, options?: Models.ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams): Promise<Models.ReplicationProtectableItemsListByReplicationProtectionContainersResponse>
  • listByReplicationProtectionContainers(fabricName: string, protectionContainerName: string, callback: msRest.ServiceCallback<ProtectableItemCollection>): void
  • listByReplicationProtectionContainers(fabricName: string, protectionContainerName: string, options: ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams, callback: msRest.ServiceCallback<ProtectableItemCollection>): void

listByReplicationProtectionContainersNext

  • listByReplicationProtectionContainersNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectableItemsListByReplicationProtectionContainersNextResponse>
  • listByReplicationProtectionContainersNext(nextPageLink: string, callback: msRest.ServiceCallback<ProtectableItemCollection>): void
  • listByReplicationProtectionContainersNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ProtectableItemCollection>): void
  • Lists the protectable items in a protection container.

    summary

    Gets the list of protectable items.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationProtectableItemsListByReplicationProtectionContainersNextResponse>

    Promise<Models.ReplicationProtectableItemsListByReplicationProtectionContainersNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ProtectableItemCollection>

      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<ProtectableItemCollection>

      The callback

    Returns void

Generated using TypeDoc