VirtualMachineScaleSetUpdateNetworkConfiguration Class

Definition

Describes a virtual machine scale set network profile's network configurations.

public class VirtualMachineScaleSetUpdateNetworkConfiguration : Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration>
type VirtualMachineScaleSetUpdateNetworkConfiguration = class
    inherit ComputeWriteableSubResourceData
    interface IJsonModel<VirtualMachineScaleSetUpdateNetworkConfiguration>
    interface IPersistableModel<VirtualMachineScaleSetUpdateNetworkConfiguration>
Public Class VirtualMachineScaleSetUpdateNetworkConfiguration
Inherits ComputeWriteableSubResourceData
Implements IJsonModel(Of VirtualMachineScaleSetUpdateNetworkConfiguration), IPersistableModel(Of VirtualMachineScaleSetUpdateNetworkConfiguration)
Inheritance
VirtualMachineScaleSetUpdateNetworkConfiguration
Implements

Constructors

VirtualMachineScaleSetUpdateNetworkConfiguration()

Initializes a new instance of VirtualMachineScaleSetUpdateNetworkConfiguration.

Properties

AuxiliaryMode

Specifies whether the Auxiliary mode is enabled for the Network Interface resource.

AuxiliarySku

Specifies whether the Auxiliary sku is enabled for the Network Interface resource.

DeleteOption

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

DnsServers

List of DNS servers IP addresses.

EnableAcceleratedNetworking

Specifies whether the network interface is accelerated networking-enabled.

EnableFpga

Specifies whether the network interface is FPGA networking-enabled.

EnableIPForwarding

Whether IP forwarding enabled on this NIC.

Id

Resource Id.

(Inherited from ComputeWriteableSubResourceData)
IPConfigurations

The virtual machine scale set IP Configuration.

IsTcpStateTrackingDisabled

Specifies whether the network interface is disabled for tcp state tracking.

Name

The network configuration name.

NetworkSecurityGroupId

Gets or sets Id.

Primary

Whether this is a primary NIC on a virtual machine.

Explicit Interface Implementations

IJsonModel<ComputeWriteableSubResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ComputeWriteableSubResourceData)
IJsonModel<ComputeWriteableSubResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ComputeWriteableSubResourceData)
IJsonModel<VirtualMachineScaleSetUpdateNetworkConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineScaleSetUpdateNetworkConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeWriteableSubResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ComputeWriteableSubResourceData)
IPersistableModel<ComputeWriteableSubResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ComputeWriteableSubResourceData)
IPersistableModel<ComputeWriteableSubResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ComputeWriteableSubResourceData)
IPersistableModel<VirtualMachineScaleSetUpdateNetworkConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineScaleSetUpdateNetworkConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineScaleSetUpdateNetworkConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to