DiscoveryConfiguration interface
Discovery Details.
- Extends
Properties
| app |
The geo-location where the SAP system exists. |
| central |
The virtual machine ID of the Central Server. |
| configuration |
The configuration Type. |
| 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.
appLocation?: string
Property Value
string
centralServerVmId
The virtual machine ID of the Central Server.
centralServerVmId?: string
Property Value
string
configurationType
The configuration Type.
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