The ManagementAssociations resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.OperationsManagement/ManagementAssociations resource, add the following JSON to your template.
{
"type": "Microsoft.OperationsManagement/ManagementAssociations",
"apiVersion": "2015-11-01-preview",
"name": "string",
"location": "string",
"properties": {
"applicationId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.OperationsManagement/ManagementAssociations' |
apiVersion | The resource api version | '2015-11-01-preview' |
name | The resource name | string (required) |
location | Resource location | string |
properties | Properties for ManagementAssociation object supported by the OperationsManagement resource provider. | ManagementAssociationProperties |
Name | Description | Value |
---|---|---|
applicationId | The applicationId of the appliance for this association. | string (required) |