Package version:

Interface NetworkProfileUpdate

Defines the resource update properties.

interface NetworkProfileUpdate {
    networkInterfaces?: NetworkInterfaceUpdate[];
}

Properties

networkInterfaces?: NetworkInterfaceUpdate[]

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