Class VirtualMachineScaleSetUpdateIPConfiguration
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 VirtualMachineScaleSetUpdateIPConfiguration : Microsoft.Azure.Management.Compute.Models.SubResource
Constructors
VirtualMachineScaleSetUpdateIPConfiguration()
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class.
Declaration
public VirtualMachineScaleSetUpdateIPConfiguration ();
VirtualMachineScaleSetUpdateIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class.
Declaration
public VirtualMachineScaleSetUpdateIPConfiguration (string id = null, string name = null, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = null, Nullable<bool> primary = null, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration 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
id
Resource Id |
|
String
name
The IP configuration name. |
|
ApiEntityReference
subnet
The subnet. |
|
Nullable<Boolean>
primary
Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. |
|
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
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
The application gateway backend address pools. |
|
IList<SubResource>
applicationSecurityGroups
Specifies an array of references to application security group. |
|
IList<SubResource>
loadBalancerBackendAddressPools
The load balancer backend address pools. |
|
IList<SubResource>
loadBalancerInboundNatPools
The load balancer inbound nat pools. |
Properties
ApplicationGatewayBackendAddressPools
Gets or sets the application gateway backend address pools.
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 the load balancer backend address pools.
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 the load balancer inbound nat pools.
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 IP Configuration in case the network interface has more than one IP Configuration.
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.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration PublicIPAddressConfiguration { get; set; }
Property Value
|
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
|
Subnet
Gets or sets 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 |