Package-level declarations
Types
Link copied to clipboard
data class AccountIdentityArgs(val type: Output<ResourceIdentityType>? = null) : ConvertibleToJava<AccountIdentityArgs>
Identity for the Automanage account.
Link copied to clipboard
Builder for AccountIdentityArgs.
Link copied to clipboard
data class ConfigurationProfileAssignmentPropertiesArgs(val accountId: Output<String>? = null, val configurationProfile: Output<Either<String, ConfigurationProfile>>? = null, val configurationProfilePreferenceId: Output<String>? = null, val targetId: Output<String>? = null) : ConvertibleToJava<ConfigurationProfileAssignmentPropertiesArgs>
Automanage configuration profile assignment properties.
Link copied to clipboard
Link copied to clipboard
data class ConfigurationProfilePreferenceAntiMalwareArgs(val enableRealTimeProtection: Output<Either<String, EnableRealTimeProtection>>? = null, val exclusions: Output<Any>? = null, val runScheduledScan: Output<Either<String, RunScheduledScan>>? = null, val scanDay: Output<String>? = null, val scanTimeInMinutes: Output<String>? = null, val scanType: Output<Either<String, ScanType>>? = null) : ConvertibleToJava<ConfigurationProfilePreferenceAntiMalwareArgs>
Automanage configuration profile Antimalware preferences.
Link copied to clipboard
Link copied to clipboard
data class ConfigurationProfilePreferencePropertiesArgs(val antiMalware: Output<ConfigurationProfilePreferenceAntiMalwareArgs>? = null, val vmBackup: Output<ConfigurationProfilePreferenceVmBackupArgs>? = null) : ConvertibleToJava<ConfigurationProfilePreferencePropertiesArgs>
Automanage configuration profile preference properties.
Link copied to clipboard
Link copied to clipboard
data class ConfigurationProfilePreferenceVmBackupArgs(val instantRpRetentionRangeInDays: Output<Int>? = null, val retentionPolicy: Output<String>? = null, val schedulePolicy: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<ConfigurationProfilePreferenceVmBackupArgs>
Automanage configuration profile VM Backup preferences.
Link copied to clipboard
Link copied to clipboard
data class GetAccountPlainArgs(val accountName: String, val resourceGroupName: String) : ConvertibleToJava<GetAccountPlainArgs>
Link copied to clipboard
Builder for GetAccountPlainArgs.
Link copied to clipboard
data class GetConfigurationProfileAssignmentPlainArgs(val configurationProfileAssignmentName: String, val resourceGroupName: String, val vmName: String) : ConvertibleToJava<GetConfigurationProfileAssignmentPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetConfigurationProfilePreferencePlainArgs(val configurationProfilePreferenceName: String, val resourceGroupName: String) : ConvertibleToJava<GetConfigurationProfilePreferencePlainArgs>
Link copied to clipboard