Package version:

Interface NetworkInterfaceReference

Describes a network interface reference.

interface NetworkInterfaceReference {
    deleteOption?: string;
    id?: string;
    primary?: boolean;
}

Hierarchy (view full)

Properties

deleteOption?: string

Specify what happens to the network interface when the VM is deleted

id?: string

Resource Id

primary?: boolean

Specifies the primary network interface in case the virtual machine has more than 1 network interface.