Monitoring Instance Properties Args
data class MonitoringInstancePropertiesArgs(val azureHybridBenefit: Output<AzureHybridBenefitPropertiesArgs>? = null, val databaseInstance: Output<DatabaseInstancePropertiesArgs>? = null, val domainController: Output<DomainControllerPropertiesArgs>? = null, val domainUserCredentials: Output<DomainUserCredentialsArgs>? = null, val gmsaDetails: Output<GmsaDetailsArgs>? = null, val vNetSubnetId: Output<String>? = null) : ConvertibleToJava<MonitoringInstancePropertiesArgs>
The properties of a SCOM instance resource
Constructors
Link copied to clipboard
fun MonitoringInstancePropertiesArgs(azureHybridBenefit: Output<AzureHybridBenefitPropertiesArgs>? = null, databaseInstance: Output<DatabaseInstancePropertiesArgs>? = null, domainController: Output<DomainControllerPropertiesArgs>? = null, domainUserCredentials: Output<DomainUserCredentialsArgs>? = null, gmsaDetails: Output<GmsaDetailsArgs>? = null, vNetSubnetId: Output<String>? = null)