VirtualMachineScaleSetUpdateNetworkConfiguration 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 VirtualMachineScaleSetUpdateNetworkConfiguration : Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineScaleSetUpdateNetworkConfiguration = class
inherit SubResource
interface IResource
Public Class VirtualMachineScaleSetUpdateNetworkConfiguration
Inherits SubResource
Implements IResource
- Inheritance
- Attributes
- Implements
Constructors
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 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