Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PrivateClouds

Package version

Class representing a PrivateClouds.

Hierarchy

  • PrivateClouds

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(pcName: string, regionId: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateCloudsGetResponse>
  • get(pcName: string, regionId: string, callback: msRest.ServiceCallback<PrivateCloud>): void
  • get(pcName: string, regionId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PrivateCloud>): void
  • Returns private cloud by its name

    summary

    Implements private cloud GET method

    Parameters

    • pcName: string

      The private cloud name

    • regionId: string

      The region Id (westus, eastus)

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PrivateCloudsGetResponse>

    Promise<Models.PrivateCloudsGetResponse>

  • Parameters

    • pcName: string

      The private cloud name

    • regionId: string

      The region Id (westus, eastus)

    • callback: msRest.ServiceCallback<PrivateCloud>

      The callback

    Returns void

  • Parameters

    • pcName: string

      The private cloud name

    • regionId: string

      The region Id (westus, eastus)

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PrivateCloud>

      The callback

    Returns void

list

  • list(regionId: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateCloudsListResponse>
  • list(regionId: string, callback: msRest.ServiceCallback<PrivateCloudList>): void
  • list(regionId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PrivateCloudList>): void
  • Returns list of private clouds in particular region

    summary

    Implements private cloud list GET method

    Parameters

    • regionId: string

      The region Id (westus, eastus)

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PrivateCloudsListResponse>

    Promise<Models.PrivateCloudsListResponse>

  • Parameters

    • regionId: string

      The region Id (westus, eastus)

    • callback: msRest.ServiceCallback<PrivateCloudList>

      The callback

    Returns void

  • Parameters

    • regionId: string

      The region Id (westus, eastus)

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PrivateCloudList>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateCloudsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<PrivateCloudList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PrivateCloudList>): void
  • Returns list of private clouds in particular region

    summary

    Implements private cloud list GET method

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PrivateCloudsListNextResponse>

    Promise<Models.PrivateCloudsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PrivateCloudList>

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

      The callback

    Returns void

Generated using TypeDoc