VirtualMachineScaleSetNetworkConfigurationInner Class

Definition

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
VirtualMachineScaleSetNetworkConfigurationInner
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