VirtualMachineScaleSetUpdateNetworkConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeWriteableSubResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET