CommitmentAssociations interface
Interface representing a CommitmentAssociations.
Methods
get(string, string, string, Commitment |
Get a commitment association. |
list(string, string, Commitment |
Get all commitment associations for a parent commitment plan. |
move(string, string, string, Move |
Re-parent a commitment association from one commitment plan to another. |
Method Details
get(string, string, string, CommitmentAssociationsGetOptionalParams)
Get a commitment association.
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options?: CommitmentAssociationsGetOptionalParams): Promise<CommitmentAssociation>
Parameters
- resourceGroupName
-
string
The resource group name.
- commitmentPlanName
-
string
The Azure ML commitment plan name.
- commitmentAssociationName
-
string
The commitment association name.
The options parameters.
Returns
Promise<CommitmentAssociation>
list(string, string, CommitmentAssociationsListOptionalParams)
Get all commitment associations for a parent commitment plan.
function list(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentAssociationsListOptionalParams): PagedAsyncIterableIterator<CommitmentAssociation, CommitmentAssociation[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- commitmentPlanName
-
string
The Azure ML commitment plan name.
The options parameters.
Returns
move(string, string, string, MoveCommitmentAssociationRequest, CommitmentAssociationsMoveOptionalParams)
Re-parent a commitment association from one commitment plan to another.
function move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, options?: CommitmentAssociationsMoveOptionalParams): Promise<CommitmentAssociation>
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.
The options parameters.
Returns
Promise<CommitmentAssociation>
Azure SDK for JavaScript