Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommitmentAssociations

Package version

Class representing a CommitmentAssociations.

Hierarchy

  • CommitmentAssociations

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options?: msRest.RequestOptionsBase): Promise<Models.CommitmentAssociationsGetResponse>
  • get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, callback: msRest.ServiceCallback<CommitmentAssociation>): void
  • get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CommitmentAssociation>): void
  • Get a commitment association.

    Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • commitmentAssociationName: string

      The commitment association name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.CommitmentAssociationsGetResponse>

    Promise<Models.CommitmentAssociationsGetResponse>

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • commitmentAssociationName: string

      The commitment association name.

    • callback: msRest.ServiceCallback<CommitmentAssociation>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • commitmentAssociationName: string

      The commitment association name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CommitmentAssociation>

      The callback

    Returns void

list

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CommitmentAssociationsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<CommitmentAssociationListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CommitmentAssociationListResult>): void
  • Get all commitment associations for a parent commitment plan.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.CommitmentAssociationsListNextResponse>

    Promise<Models.CommitmentAssociationsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<CommitmentAssociationListResult>

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

      The callback

    Returns void

move

  • Re-parent a commitment association from one commitment plan to another.

    Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • commitmentAssociationName: string

      The commitment association name.

    • movePayload: MoveCommitmentAssociationRequest

      The move request payload.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.CommitmentAssociationsMoveResponse>

    Promise<Models.CommitmentAssociationsMoveResponse>

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • commitmentAssociationName: string

      The commitment association name.

    • movePayload: MoveCommitmentAssociationRequest

      The move request payload.

    • callback: msRest.ServiceCallback<CommitmentAssociation>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • commitmentAssociationName: string

      The commitment association name.

    • movePayload: MoveCommitmentAssociationRequest

      The move request payload.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CommitmentAssociation>

      The callback

    Returns void

Generated using TypeDoc