VirtualMachineScaleSetIPConfigurationInner Class

Definition

Describes a virtual machine scale set network profile's IP configuration.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineScaleSetIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineScaleSetIPConfigurationInner = class
    inherit SubResource
Public Class VirtualMachineScaleSetIPConfigurationInner
Inherits SubResource
Inheritance
VirtualMachineScaleSetIPConfigurationInner
Attributes

Constructors

VirtualMachineScaleSetIPConfigurationInner()

Initializes a new instance of the VirtualMachineScaleSetIPConfigurationInner class.

VirtualMachineScaleSetIPConfigurationInner(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, IPVersion, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initializes a new instance of the VirtualMachineScaleSetIPConfigurationInner class.

Properties

ApplicationGatewayBackendAddressPools

Gets or sets specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.

ApplicationSecurityGroups

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

Id

Resource Id

(Inherited from SubResource)
LoadBalancerBackendAddressPools

Gets or sets specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.

LoadBalancerInboundNatPools

Gets or sets specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.

Name

Gets or sets the IP configuration name.

Primary

Gets or sets specifies the primary network interface in case the virtual machine has more than 1 network interface.

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 specifies the identifier of the subnet.

Methods

Validate()

Validate the object.

Applies to