Get Configuration Profile Result
data class GetConfigurationProfileResult(val id: String, val identity: ResourceIdentityResponse? = null, val location: String? = null, val name: String, val properties: ConfigurationProfileResourcePropertiesResponse, val systemData: SystemDataResponse? = null, val type: String)
A profile object that contains change analysis configuration, such as notification settings, for this subscription
Constructors
Link copied to clipboard
fun GetConfigurationProfileResult(id: String, identity: ResourceIdentityResponse? = null, location: String? = null, name: String, properties: ConfigurationProfileResourcePropertiesResponse, systemData: SystemDataResponse? = null, type: String)