VirtualMachineScaleSetUpdateNetworkConfigurationInner 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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineScaleSetUpdateNetworkConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineScaleSetUpdateNetworkConfigurationInner = class
inherit SubResource
Public Class VirtualMachineScaleSetUpdateNetworkConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
VirtualMachineScaleSetUpdateNetworkConfigurationInner() |
Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfigurationInner class. |
VirtualMachineScaleSetUpdateNetworkConfigurationInner(String, String, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfigurationInner>, Nullable<Boolean>) |
Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfigurationInner class. |
Properties
DnsSettings |
Gets or sets the dns settings to be applied on the network interfaces. |
EnableAcceleratedNetworking |
Gets or sets specifies whether the network interface is accelerated networking-enabled. |
EnableIPForwarding |
Gets or sets whether IP forwarding enabled on this NIC. |
Id |
Resource Id (Inherited from SubResource) |
IpConfigurations |
Gets or sets the virtual machine scale set IP Configuration. |
Name |
Gets or sets the network configuration name. |
NetworkSecurityGroup |
Gets or sets the network security group. |
Primary |
Gets or sets whether this is a primary NIC on a virtual machine. |
Applies to
Azure SDK for .NET