VirtualMachineScaleSetNetworkConfiguration 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 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
- 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeWriteableSubResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET