VirtualMachineScaleSetNetworkConfigurationInner 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 VirtualMachineScaleSetNetworkConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineScaleSetNetworkConfigurationInner = class
inherit SubResource
Public Class VirtualMachineScaleSetNetworkConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
VirtualMachineScaleSetNetworkConfigurationInner() |
Initializes a new instance of the VirtualMachineScaleSetNetworkConfigurationInner class. |
VirtualMachineScaleSetNetworkConfigurationInner(String, IList<VirtualMachineScaleSetIPConfigurationInner>, String, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, Nullable<Boolean>) |
Initializes a new instance of the VirtualMachineScaleSetNetworkConfigurationInner 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 specifies the IP configurations of the network interface. |
Name |
Gets or sets the network configuration name. |
NetworkSecurityGroup |
Gets or sets the network security group. |
Primary |
Gets or sets specifies the primary network interface in case the virtual machine has more than 1 network interface. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET