ManagementConfigurationProperties interface
ManagementConfiguration properties supported by the OperationsManagement resource provider.
- Extends
Properties
application |
The applicationId of the appliance for this Management. |
parameters | Parameters to run the ARM template |
parent |
The type of the parent resource. |
provisioning |
The provisioning state for the ManagementConfiguration. NOTE: This property will not be serialized. It can only be populated by the server. |
template | The Json object containing the ARM template to deploy |
Property Details
applicationId
The applicationId of the appliance for this Management.
applicationId?: string
Property Value
string
parameters
Parameters to run the ARM template
parameters: ArmTemplateParameter[]
Property Value
parentResourceType
The type of the parent resource.
parentResourceType: string
Property Value
string
provisioningState
The provisioning state for the ManagementConfiguration. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
template
The Json object containing the ARM template to deploy
template: any
Property Value
any