Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Entities

Package version

Class representing a Entities.

Hierarchy

  • Entities

Index

Constructors

Methods

Constructors

constructor

Methods

list

listNext

  • listNext(nextPageLink: string, options?: Models.EntitiesListNextOptionalParams): Promise<Models.EntitiesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<EntityListResult>): void
  • listNext(nextPageLink: string, options: EntitiesListNextOptionalParams, callback: msRest.ServiceCallback<EntityListResult>): void
  • List all entities (Management Groups, Subscriptions, etc.) for the authenticated user.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: Models.EntitiesListNextOptionalParams

    Returns Promise<Models.EntitiesListNextResponse>

    Promise<Models.EntitiesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<EntityListResult>

      The callback

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc