Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Operation

Package version

Class representing a Operation.

Hierarchy

  • Operation

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • list(options?: msRest.RequestOptionsBase): Promise<Models.OperationListResponse>
  • list(callback: msRest.ServiceCallback<OperationList>): void
  • list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<OperationList>): void
  • List all the operations.

    summary

    Get operations.

    Parameters

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationListResponse>

    Promise<Models.OperationListResponse>

  • Parameters

    Returns void

  • Parameters

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<OperationList>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<OperationList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<OperationList>): void
  • List all the operations.

    summary

    Get operations.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationListNextResponse>

    Promise<Models.OperationListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<OperationList>

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

      The callback

    Returns void

Generated using TypeDoc