Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReplicationStorageClassifications

Package version

Class representing a ReplicationStorageClassifications.

Hierarchy

  • ReplicationStorageClassifications

Index

Constructors

constructor

Methods

get

  • get(fabricName: string, storageClassificationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationStorageClassificationsGetResponse>
  • get(fabricName: string, storageClassificationName: string, callback: msRest.ServiceCallback<StorageClassification>): void
  • get(fabricName: string, storageClassificationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<StorageClassification>): void
  • Gets the details of the specified storage classification.

    summary

    Gets the details of a storage classification.

    Parameters

    • fabricName: string

      Fabric name.

    • storageClassificationName: string

      Storage classification name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationStorageClassificationsGetResponse>

    Promise<Models.ReplicationStorageClassificationsGetResponse>

  • Parameters

    • fabricName: string

      Fabric name.

    • storageClassificationName: string

      Storage classification name.

    • callback: msRest.ServiceCallback<StorageClassification>

      The callback

    Returns void

  • Parameters

    • fabricName: string

      Fabric name.

    • storageClassificationName: string

      Storage classification name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<StorageClassification>

      The callback

    Returns void

list

listByReplicationFabrics

  • listByReplicationFabrics(fabricName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationStorageClassificationsListByReplicationFabricsResponse>
  • listByReplicationFabrics(fabricName: string, callback: msRest.ServiceCallback<StorageClassificationCollection>): void
  • listByReplicationFabrics(fabricName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<StorageClassificationCollection>): void

listByReplicationFabricsNext

  • listByReplicationFabricsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationStorageClassificationsListByReplicationFabricsNextResponse>
  • listByReplicationFabricsNext(nextPageLink: string, callback: msRest.ServiceCallback<StorageClassificationCollection>): void
  • listByReplicationFabricsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<StorageClassificationCollection>): void
  • Lists the storage classifications available in the specified fabric.

    summary

    Gets the list of storage classification objects under a fabric.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationStorageClassificationsListByReplicationFabricsNextResponse>

    Promise<Models.ReplicationStorageClassificationsListByReplicationFabricsNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<StorageClassificationCollection>

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

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationStorageClassificationsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<StorageClassificationCollection>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<StorageClassificationCollection>): void

Generated using TypeDoc