Package version:

Discovery Details.

interface DiscoveryConfiguration {
    appLocation?: string;
    centralServerVmId?: string;
    configurationType: "Discovery";
    managedRgStorageAccountName?: string;
}

Hierarchy (view full)

Properties

appLocation?: string

The geo-location where the SAP system exists.

centralServerVmId?: string

The virtual machine ID of the Central Server.

configurationType

The configuration Type.

managedRgStorageAccountName?: string

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.