Get Configuration Profile Assignment Result
data class GetConfigurationProfileAssignmentResult(val azureApiVersion: String, val id: String, val managedBy: String, val name: String, val properties: ConfigurationProfileAssignmentPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Configuration profile assignment is an association between a VM and automanage profile configuration.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, managedBy: String, name: String, properties: ConfigurationProfileAssignmentPropertiesResponse, systemData: SystemDataResponse, type: String)