VirtualMachineScaleSetIPConfiguration Constructors
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.
Overloads
VirtualMachineScaleSetIPConfiguration() |
Initializes a new instance of the VirtualMachineScaleSetIPConfiguration class. |
VirtualMachineScaleSetIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>) |
Initializes a new instance of the VirtualMachineScaleSetIPConfiguration class. |
VirtualMachineScaleSetIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>) |
Initializes a new instance of the VirtualMachineScaleSetIPConfiguration class. |
VirtualMachineScaleSetIPConfiguration()
Initializes a new instance of the VirtualMachineScaleSetIPConfiguration class.
public VirtualMachineScaleSetIPConfiguration ();
Public Sub New ()
Applies to
VirtualMachineScaleSetIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
Initializes a new instance of the VirtualMachineScaleSetIPConfiguration class.
public VirtualMachineScaleSetIPConfiguration (string name, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration : string * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration
Public Sub New (name As String, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetPublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of SubResource) = Nothing, Optional applicationSecurityGroups As IList(Of SubResource) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerInboundNatPools As IList(Of SubResource) = Nothing)
Parameters
- name
- String
The IP configuration name.
- subnet
- ApiEntityReference
Specifies the identifier of the subnet.
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- publicIPAddressConfiguration
- VirtualMachineScaleSetPublicIPAddressConfiguration
The publicIPAddressConfiguration.
- privateIPAddressVersion
- String
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'
- applicationGatewayBackendAddressPools
- IList<SubResource>
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
- IList<SubResource>
Specifies an array of references to application security group.
- loadBalancerBackendAddressPools
- IList<SubResource>
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
- IList<SubResource>
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.
Applies to
VirtualMachineScaleSetIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
Initializes a new instance of the VirtualMachineScaleSetIPConfiguration class.
public VirtualMachineScaleSetIPConfiguration (string name, string id, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration : string * string * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration
Public Sub New (name As String, id As String, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetPublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of SubResource) = Nothing, Optional applicationSecurityGroups As IList(Of SubResource) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerInboundNatPools As IList(Of SubResource) = Nothing)
Parameters
- name
- String
The IP configuration name.
- id
- String
Resource Id
- subnet
- ApiEntityReference
Specifies the identifier of the subnet.
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- publicIPAddressConfiguration
- VirtualMachineScaleSetPublicIPAddressConfiguration
The publicIPAddressConfiguration.
- privateIPAddressVersion
- String
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'
- applicationGatewayBackendAddressPools
- IList<SubResource>
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
- IList<SubResource>
Specifies an array of references to application security group.
- loadBalancerBackendAddressPools
- IList<SubResource>
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
- IList<SubResource>
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.
Applies to
Azure SDK for .NET