Management Configuration Properties Response
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
Link copied to clipboard
fun ManagementConfigurationPropertiesResponse(applicationId: String? = null, parameters: List<ArmTemplateParameterResponse>, parentResourceType: String, provisioningState: String, template: Any)