VirtualMachineScaleSetNetworkConfiguration Class

Definition

Describes a virtual machine scale set network profile's network configurations.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineScaleSetNetworkConfiguration : Microsoft.Azure.Management.Compute.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineScaleSetNetworkConfiguration = class
    inherit SubResource
Public Class VirtualMachineScaleSetNetworkConfiguration
Inherits SubResource
Inheritance
VirtualMachineScaleSetNetworkConfiguration
Attributes

Constructors

VirtualMachineScaleSetNetworkConfiguration()

Initializes a new instance of the VirtualMachineScaleSetNetworkConfiguration class.

VirtualMachineScaleSetNetworkConfiguration(String, IList<VirtualMachineScaleSetIPConfiguration>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetNetworkConfiguration class.

VirtualMachineScaleSetNetworkConfiguration(String, IList<VirtualMachineScaleSetIPConfiguration>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetNetworkConfiguration class.

VirtualMachineScaleSetNetworkConfiguration(String, IList<VirtualMachineScaleSetIPConfiguration>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetNetworkConfiguration class.

Properties

DeleteOption

Gets or sets specify what happens to the network interface when the VM is deleted. Possible values include: 'Delete', 'Detach'

DisableTcpStateTracking

Gets or sets specifies whether the network interface is disabled for tcp state tracking.

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.

EnableFpga

Gets or sets specifies whether the network interface is FPGA networking-enabled.

EnableIPForwarding

Gets or sets whether IP forwarding enabled on this NIC.

Id

Gets or sets 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