Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Operations

Package version

Class representing a Operations.

Hierarchy

  • Operations

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>
  • list(callback: msRest.ServiceCallback<OperationListResult>): void
  • list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<OperationListResult>): void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<OperationListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<OperationListResult>): void
  • Lists all of the available Microsoft.Resources REST API operations.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationsListNextResponse>

    Promise<Models.OperationsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<OperationListResult>

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

      The callback

    Returns void

Generated using TypeDoc