Package-level declarations
Types
Link copied to clipboard
data class ConfigurationProfileAssignmentPropertiesResponse(val configurationProfile: String? = null, val status: String, val targetId: String)
Automanage configuration profile assignment properties.
Link copied to clipboard
Automanage configuration profile properties.
Link copied to clipboard
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.
Link copied to clipboard
data class GetConfigurationProfileHCIAssignmentResult(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.
Link copied to clipboard
data class GetConfigurationProfileHCRPAssignmentResult(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.
Link copied to clipboard
data class GetConfigurationProfileResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: ConfigurationProfilePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Definition of the configuration profile.
Link copied to clipboard
data class GetConfigurationProfilesVersionResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: ConfigurationProfilePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Definition of the configuration profile.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.