DiscoveryConfigurationArgs

data class DiscoveryConfigurationArgs(val centralServerVmId: Output<String>? = null, val configurationType: Output<String>, val managedRgStorageAccountName: Output<String>? = null) : ConvertibleToJava<DiscoveryConfigurationArgs>

Discovery Details.

Constructors

Link copied to clipboard
constructor(centralServerVmId: Output<String>? = null, configurationType: Output<String>, managedRgStorageAccountName: Output<String>? = null)

Properties

Link copied to clipboard
val centralServerVmId: Output<String>? = null

The virtual machine ID of the Central Server.

Link copied to clipboard

The configuration Type. Expected value is 'Discovery'.

Link copied to clipboard
val managedRgStorageAccountName: Output<String>? = null

The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.

Refer to the storage account naming rules here.

If not provided, the service will create the storage account with a random name.

Functions

Link copied to clipboard
open override fun toJava(): DiscoveryConfigurationArgs