Commitment Associations - Move
Re-parent a commitment association from one commitment plan to another.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move?api-version=2016-05-01-preview
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
commitment
|
path | True |
string |
The commitment association name. |
|
commitment
|
path | True |
string |
The Azure ML commitment plan name. |
|
resource
|
path | True |
string |
The resource group name. |
|
subscription
|
path | True |
string |
Azure Subscription ID. |
|
api-version
|
query | True |
string |
The version of the Microsoft.MachineLearning resource provider API to use. |
Request Body
| Name | Type | Description |
|---|---|---|
| destinationPlanId |
string |
The ARM ID of the commitment plan to re-parent the commitment association to. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
Definitions
| Name | Description |
|---|---|
|
Commitment |
Represents the association between a commitment plan and some other resource, such as a Machine Learning web service. |
|
Commitment |
Properties of an Azure ML commitment association. |
|
Move |
Specifies the destination Azure ML commitment plan for a move operation. |
CommitmentAssociation
Represents the association between a commitment plan and some other resource, such as a Machine Learning web service.
| Name | Type | Description |
|---|---|---|
| etag |
string |
An entity tag used to enforce optimistic concurrency. |
| id |
string |
Resource Id. |
| location |
string |
Resource location. |
| name |
string |
Resource name. |
| properties |
The properties of the commitment association resource. |
|
| tags |
object |
User-defined tags for the resource. |
| type |
string |
Resource type. |
CommitmentAssociationProperties
Properties of an Azure ML commitment association.
| Name | Type | Description |
|---|---|---|
| associatedResourceId |
string |
The ID of the resource this association points to, such as the ARM ID of an Azure ML web service. |
| commitmentPlanId |
string |
The ARM ID of the parent Azure ML commitment plan. |
| creationDate |
string (date-time) |
The date at which this commitment association was created, in ISO 8601 format. |
MoveCommitmentAssociationRequest
Specifies the destination Azure ML commitment plan for a move operation.
| Name | Type | Description |
|---|---|---|
| destinationPlanId |
string |
The ARM ID of the commitment plan to re-parent the commitment association to. |