Package-level declarations
Types
Link copied to clipboard
data class AccountIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)
Identity for the Automanage account.
Link copied to clipboard
The compliance status for the configuration profile assignment.
Link copied to clipboard
data class ConfigurationProfileAssignmentPropertiesResponse(val accountId: String? = null, val compliance: ConfigurationProfileAssignmentComplianceResponse? = null, val configurationProfile: String? = null, val configurationProfilePreferenceId: String? = null, val provisioningState: String, val targetId: String? = null)
Automanage configuration profile assignment properties.
Link copied to clipboard
data class ConfigurationProfilePreferenceAntiMalwareResponse(val enableRealTimeProtection: String? = null, val exclusions: Any? = null, val runScheduledScan: String? = null, val scanDay: String? = null, val scanTimeInMinutes: String? = null, val scanType: String? = null)
Automanage configuration profile Antimalware preferences.
Link copied to clipboard
data class ConfigurationProfilePreferencePropertiesResponse(val antiMalware: ConfigurationProfilePreferenceAntiMalwareResponse? = null, val vmBackup: ConfigurationProfilePreferenceVmBackupResponse? = null)
Automanage configuration profile preference properties.
Link copied to clipboard
data class ConfigurationProfilePreferenceVmBackupResponse(val instantRpRetentionRangeInDays: Int? = null, val retentionPolicy: String? = null, val schedulePolicy: String? = null, val timeZone: String? = null)
Automanage configuration profile VM Backup preferences.
Link copied to clipboard
data class GetAccountResult(val id: String, val identity: AccountIdentityResponse? = null, val location: String, val name: String, val tags: Map<String, String>? = null, val type: String)
Definition of the Automanage account.
Link copied to clipboard
data class GetConfigurationProfileAssignmentResult(val id: String, val name: String, val properties: ConfigurationProfileAssignmentPropertiesResponse, val type: String)
Configuration profile assignment is an association between a VM and automanage profile configuration.
Link copied to clipboard
data class GetConfigurationProfilePreferenceResult(val id: String, val location: String, val name: String, val properties: ConfigurationProfilePreferencePropertiesResponse, val tags: Map<String, String>? = null, val type: String)
Definition of the configuration profile preference.