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.

data class ConfigurationProfileAssignmentPropertiesResponse(val configurationProfile: String? = null, val status: String, val targetId: String)

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 ConfigurationProfilePropertiesResponse(val configuration: Any? = null)

Automanage configuration profile properties.

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 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.

data class GetConfigurationProfileHCIAssignmentResult(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.

data class GetConfigurationProfileHCRPAssignmentResult(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 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.

Link copied to clipboard
data class GetConfigurationProfileResult(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 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.