Package version:

Interface NetworkProfile

Defines the resource properties.

interface NetworkProfile {
    networkInterfaces?: NetworkInterface[];
}

Properties

networkInterfaces?: NetworkInterface[]

Gets or sets the list of network interfaces associated with the virtual machine.