CommitmentAssociationProperties interface  
Properties of an Azure ML commitment association.
Properties
| associated | 
	The ID of the resource this association points to, such as the ARM ID of an Azure ML web service. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| commitment | 
	The ARM ID of the parent Azure ML commitment plan. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| creation | 
	The date at which this commitment association was created, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		associatedResourceId
	  
	The ID of the resource this association points to, such as the ARM ID of an Azure ML web service. NOTE: This property will not be serialized. It can only be populated by the server.
associatedResourceId?: string
				Property Value
string
		commitmentPlanId
	  
	The ARM ID of the parent Azure ML commitment plan. NOTE: This property will not be serialized. It can only be populated by the server.
commitmentPlanId?: string
				Property Value
string
		creationDate
	 
	The date at which this commitment association was created, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
creationDate?: Date
				Property Value
Date