VirtualMachineScaleSetNetworkConfiguration Class

Definition

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

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

Constructors

VirtualMachineScaleSetNetworkConfiguration(String)

Initializes a new instance of VirtualMachineScaleSetNetworkConfiguration.

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

Specifies the IP configurations of the network interface.

IsTcpStateTrackingDisabled

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

Name

The network configuration name.

NetworkSecurityGroupId

Gets or sets Id.

Primary

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

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<VirtualMachineScaleSetNetworkConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineScaleSetNetworkConfiguration>.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<VirtualMachineScaleSetNetworkConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineScaleSetNetworkConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineScaleSetNetworkConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to