The ManagementConfigurations resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.OperationsManagement/ManagementConfigurations resource, add the following JSON to your template.
{
"type": "Microsoft.OperationsManagement/ManagementConfigurations",
"apiVersion": "2015-11-01-preview",
"name": "string",
"location": "string",
"properties": {
"applicationId": "string",
"parameters": [
{
"name": "string",
"value": "string"
}
],
"parentResourceType": "string",
"template": {}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.OperationsManagement/ManagementConfigurations' |
apiVersion | The resource api version | '2015-11-01-preview' |
name | The resource name | string (required) |
location | Resource location | string |
properties | Properties for ManagementConfiguration object supported by the OperationsManagement resource provider. | ManagementConfigurationProperties |
Name | Description | Value |
---|---|---|
applicationId | The applicationId of the appliance for this Management. | string |
parameters | Parameters to run the ARM template | ArmTemplateParameter[] (required) |
parentResourceType | The type of the parent resource. | string (required) |
template | The Json object containing the ARM template to deploy |
Name | Description | Value |
---|---|---|
name | name of the parameter. | string |
value | value for the parameter. In Jtoken | string |