ScVmmNetworkInterfaceUpdate Class

Definition

Network Interface model.

public class ScVmmNetworkInterfaceUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ScVmm.Models.ScVmmNetworkInterfaceUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ScVmm.Models.ScVmmNetworkInterfaceUpdate>
type ScVmmNetworkInterfaceUpdate = class
    interface IJsonModel<ScVmmNetworkInterfaceUpdate>
    interface IPersistableModel<ScVmmNetworkInterfaceUpdate>
Public Class ScVmmNetworkInterfaceUpdate
Implements IJsonModel(Of ScVmmNetworkInterfaceUpdate), IPersistableModel(Of ScVmmNetworkInterfaceUpdate)
Inheritance
ScVmmNetworkInterfaceUpdate
Implements

Constructors

ScVmmNetworkInterfaceUpdate()

Initializes a new instance of ScVmmNetworkInterfaceUpdate.

Properties

IPv4AddressType

Gets or sets the ipv4 address type.

IPv6AddressType

Gets or sets the ipv6 address type.

MacAddress

Gets or sets the nic MAC address.

MacAddressType

Gets or sets the mac address type.

Name

Gets or sets the name of the network interface.

NicId

Gets or sets the nic id.

VirtualNetworkId

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

Explicit Interface Implementations

IJsonModel<ScVmmNetworkInterfaceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ScVmmNetworkInterfaceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScVmmNetworkInterfaceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScVmmNetworkInterfaceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ScVmmNetworkInterfaceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to