ManagementConfigurationPropertiesResponse

data class ManagementConfigurationPropertiesResponse(val applicationId: String? = null, val parameters: List<ArmTemplateParameterResponse>, val parentResourceType: String, val provisioningState: String, val template: Any)

ManagementConfiguration properties supported by the OperationsManagement resource provider.

Constructors

constructor(applicationId: String? = null, parameters: List<ArmTemplateParameterResponse>, parentResourceType: String, provisioningState: String, template: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationId: String? = null

The applicationId of the appliance for this Management.

Link copied to clipboard

Parameters to run the ARM template

Link copied to clipboard

The type of the parent resource.

Link copied to clipboard

The provisioning state for the ManagementConfiguration.

Link copied to clipboard

The Json object containing the ARM template to deploy