Package version:

Interface NetworkInterfaceUpdate

Network Interface Update model

interface NetworkInterfaceUpdate {
    ipv4AddressType?: string;
    ipv6AddressType?: string;
    macAddress?: string;
    macAddressType?: string;
    name?: string;
    nicId?: string;
    virtualNetworkId?: string;
}

Properties

ipv4AddressType?: string

Gets or sets the ipv4 address type.

ipv6AddressType?: string

Gets or sets the ipv6 address type.

macAddress?: string

Gets or sets the nic MAC address.

macAddressType?: string

Gets or sets the mac address type.

name?: string

Gets or sets the name of the network interface.

nicId?: string

Gets or sets the nic id.

virtualNetworkId?: string

Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.