Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SubscriptionOperationOperations

Package version

Class representing a SubscriptionOperationOperations.

Hierarchy

  • SubscriptionOperationOperations

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionOperationGetResponse>
  • get(operationId: string, callback: msRest.ServiceCallback<SubscriptionCreationResult>): void
  • get(operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<SubscriptionCreationResult>): void
  • Get the status of the pending Microsoft.Subscription API operations.

    Parameters

    • operationId: string

      The operation ID, which can be found from the Location field in the generate recommendation response header.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.SubscriptionOperationGetResponse>

    Promise<Models.SubscriptionOperationGetResponse>

  • Parameters

    • operationId: string

      The operation ID, which can be found from the Location field in the generate recommendation response header.

    • callback: msRest.ServiceCallback<SubscriptionCreationResult>

      The callback

    Returns void

  • Parameters

    • operationId: string

      The operation ID, which can be found from the Location field in the generate recommendation response header.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<SubscriptionCreationResult>

      The callback

    Returns void

Generated using TypeDoc