DiscoveryConfiguration interface
Discovery Details.
- Extends
Properties
app |
The geo-location where the SAP system exists. NOTE: This property will not be serialized. It can only be populated by the server. |
central |
The virtual machine ID of the Central Server. |
configuration |
Polymorphic discriminator, which specifies the different types this object can be |
managed |
The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment. |
Property Details
appLocation
The geo-location where the SAP system exists. NOTE: This property will not be serialized. It can only be populated by the server.
appLocation?: string
Property Value
string
centralServerVmId
The virtual machine ID of the Central Server.
centralServerVmId?: string
Property Value
string
configurationType
Polymorphic discriminator, which specifies the different types this object can be
configurationType: "Discovery"
Property Value
"Discovery"
managedRgStorageAccountName
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.
managedRgStorageAccountName?: string
Property Value
string
Azure SDK for JavaScript