DiscoveryConfigurationResponse

data class DiscoveryConfigurationResponse(val appLocation: String, val centralServerVmId: String? = null, val configurationType: String, val managedRgStorageAccountName: String? = null)

Discovery Details.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The geo-location where the SAP system exists.

Link copied to clipboard

The virtual machine ID of the Central Server.

Link copied to clipboard

The configuration Type. Expected value is 'Discovery'.

Link copied to clipboard

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.