Commitment Associations - List
Get all commitment associations for a parent commitment plan.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations?api-version=2016-05-01-preview
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations?$skipToken={$skipToken}&api-version=2016-05-01-preview
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
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. |
|
$skip
|
query |
string |
Continuation token for pagination. |
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 |
A page of commitment association resources. |
|
Commitment |
Properties of an Azure ML commitment association. |
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. |
CommitmentAssociationListResult
A page of commitment association resources.
| Name | Type | Description |
|---|---|---|
| nextLink |
string |
A URI to retrieve the next page of results. |
| value |
The set of results for this page. |
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. |