Commitment Associations - Get
Get a commitment association.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}?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. |
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. |
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 |
The date at which this commitment association was created, in ISO 8601 format. |