VirtualMachineScaleSetUpdateIPConfiguration Class

Definition

Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network

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

Constructors

VirtualMachineScaleSetUpdateIPConfiguration()

Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class.

VirtualMachineScaleSetUpdateIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class.

VirtualMachineScaleSetUpdateIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class.

Properties

ApplicationGatewayBackendAddressPools

Gets or sets the application gateway backend address pools.

ApplicationSecurityGroups

Gets or sets specifies an array of references to application security group.

Id

Gets or sets resource Id

(Inherited from SubResource)
LoadBalancerBackendAddressPools

Gets or sets the load balancer backend address pools.

LoadBalancerInboundNatPools

Gets or sets the load balancer inbound nat pools.

Name

Gets or sets the IP configuration name.

Primary

Gets or sets specifies the primary IP Configuration in case the network interface has more than one IP Configuration.

PrivateIPAddressVersion

Gets or sets available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'

PublicIPAddressConfiguration

Gets or sets the publicIPAddressConfiguration.

Subnet

Gets or sets the subnet.

Methods

Validate()

Validate the object.

Applies to