Share via


VMwareNetworkInterfaceUpdate Class

Definition

Defines the network interface update.

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

Constructors

VMwareNetworkInterfaceUpdate()

Initializes a new instance of VMwareNetworkInterfaceUpdate.

Properties

DeviceKey

Gets or sets the device key value.

Name

Gets or sets the name of the network interface.

NetworkId

Gets or sets the ARM Id of the network resource to connect the virtual machine.

NicType

NIC type.

PowerOnBoot

Gets or sets the power on boot.

Explicit Interface Implementations

IJsonModel<VMwareNetworkInterfaceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareNetworkInterfaceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareNetworkInterfaceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareNetworkInterfaceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareNetworkInterfaceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to