Package version:

The SAP Central Services Instance VM details.

interface CentralServerVmDetails {
    storageDetails?: {};
    type?: string;
    virtualMachineId?: string;
}

Properties

storageDetails?: {}

Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage.

type?: string

Defines the type of central server VM.

virtualMachineId?: string

The virtual machine id.