Package version:

The Application Server VM Details.

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

Properties

storageDetails?: {}

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

type?: string

Defines the type of application server VM.

virtualMachineId?: string

The virtual machine id.