Package version:

Interface NicInfo

NIC information and list of volumes for which the NIC has the primary mount ip address.

interface NicInfo {
    ipAddress?: string;
    volumeResourceIds?: string[];
}

Properties

ipAddress?: string

ipAddress NOTE: This property will not be serialized. It can only be populated by the server.

volumeResourceIds?: string[]

Volume resource Ids