Class VirtualMachineScaleSetIPConfiguration
Describes a virtual machine scale set network profile's IP configuration.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineScaleSetIPConfiguration : Microsoft.Azure.Management.Compute.Models.SubResource
Constructors
VirtualMachineScaleSetIPConfiguration()
Initializes a new instance of the VirtualMachineScaleSetIPConfiguration class.
Declaration
public VirtualMachineScaleSetIPConfiguration ();
VirtualMachineScaleSetIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
Initializes a new instance of the VirtualMachineScaleSetIPConfiguration class.
Declaration
public VirtualMachineScaleSetIPConfiguration (string name, string id = null, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = null, Nullable<bool> primary = null, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration = null, string privateIPAddressVersion = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = null);
Parameters
|
String
name
The IP configuration name. |
|
String
id
Resource Id |
|
ApiEntityReference
subnet
Specifies the identifier of the subnet. |
|
Nullable<Boolean>
primary
Specifies the primary network interface in case the virtual machine has more than 1 network interface. |
|
VirtualMachineScaleSetPublicIPAddressConfiguration
publicIPAddressConfiguration
The publicIPAddressConfiguration. |
|
String
privateIPAddressVersion
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' |
|
IList<SubResource>
applicationGatewayBackendAddressPools
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. |
|
IList<SubResource>
applicationSecurityGroups
Specifies an array of references to application security group. |
|
IList<SubResource>
loadBalancerBackendAddressPools
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 load balancer. |
|
IList<SubResource>
loadBalancerInboundNatPools
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 load balancer |
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.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationGatewayBackendAddressPools")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> ApplicationGatewayBackendAddressPools { get; set; }
Property Value
|
IList<SubResource>
|
ApplicationSecurityGroups
Gets or sets specifies an array of references to application security group.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationSecurityGroups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> ApplicationSecurityGroups { get; set; }
Property Value
|
IList<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 load balancer.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.loadBalancerBackendAddressPools")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> LoadBalancerBackendAddressPools { get; set; }
Property Value
|
IList<SubResource>
|
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 load balancer
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.loadBalancerInboundNatPools")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> LoadBalancerInboundNatPools { get; set; }
Property Value
|
IList<SubResource>
|
Name
Gets or sets the IP configuration name.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; set; }
Property Value
|
String
|
Primary
Gets or sets specifies the primary network interface in case the virtual machine has more than 1 network interface.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.primary")]
public Nullable<bool> Primary { get; set; }
Property Value
|
Nullable<Boolean>
|
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'
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateIPAddressVersion")]
public string PrivateIPAddressVersion { get; set; }
Property Value
|
String
|
PublicIPAddressConfiguration
Gets or sets the publicIPAddressConfiguration.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIPAddressConfiguration")]
public Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration PublicIPAddressConfiguration { get; set; }
Property Value
|
VirtualMachineScaleSetPublicIPAddressConfiguration
|
Subnet
Gets or sets specifies the identifier of the subnet.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.subnet")]
public Microsoft.Azure.Management.Compute.Models.ApiEntityReference Subnet { get; set; }
Property Value
|
ApiEntityReference
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
|
ValidationException
Thrown if validation fails |