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.

The compliance status for the configuration profile assignment.

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.

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.

Automanage configuration profile preference properties.

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

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.