Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Operations

Package version

Class representing a Operations.

Hierarchy

  • Operations

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(locationName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsGetResponse>
  • get(locationName: string, name: string, callback: msRest.ServiceCallback<OperationResult>): void
  • get(locationName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<OperationResult>): void
  • Get operation.

    Parameters

    • locationName: string

      The name of the location.

    • name: string

      The name of the operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationsGetResponse>

    Promise<Models.OperationsGetResponse>

  • Parameters

    • locationName: string

      The name of the location.

    • name: string

      The name of the operation.

    • callback: msRest.ServiceCallback<OperationResult>

      The callback

    Returns void

  • Parameters

    • locationName: string

      The name of the location.

    • name: string

      The name of the operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<OperationResult>

      The callback

    Returns void

Generated using TypeDoc