Share via


FrontendIPConfiguration Constructors

Definition

Overloads

FrontendIPConfiguration()

Initializes a new instance of the FrontendIPConfiguration class.

FrontendIPConfiguration(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String, Subnet, PublicIPAddress, SubResource, SubResource, String, String, String, String, IList<String>)

Initializes a new instance of the FrontendIPConfiguration class.

FrontendIPConfiguration()

Initializes a new instance of the FrontendIPConfiguration class.

public FrontendIPConfiguration ();
Public Sub New ()

Applies to

FrontendIPConfiguration(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String, Subnet, PublicIPAddress, SubResource, SubResource, String, String, String, String, IList<String>)

Initializes a new instance of the FrontendIPConfiguration class.

public FrontendIPConfiguration (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> outboundRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> loadBalancingRules = default, string privateIPAddress = default, string privateIPAllocationMethod = default, string privateIPAddressVersion = default, Microsoft.Azure.Management.Network.Models.Subnet subnet = default, Microsoft.Azure.Management.Network.Models.PublicIPAddress publicIPAddress = default, Microsoft.Azure.Management.Network.Models.SubResource publicIPPrefix = default, Microsoft.Azure.Management.Network.Models.SubResource gatewayLoadBalancer = default, string provisioningState = default, string name = default, string etag = default, string type = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Models.FrontendIPConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string * Microsoft.Azure.Management.Network.Models.Subnet * Microsoft.Azure.Management.Network.Models.PublicIPAddress * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.FrontendIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional inboundNatRules As IList(Of SubResource) = Nothing, Optional inboundNatPools As IList(Of SubResource) = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional subnet As Subnet = Nothing, Optional publicIPAddress As PublicIPAddress = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional gatewayLoadBalancer As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing, Optional zones As IList(Of String) = Nothing)

Parameters

id
String

Resource ID.

inboundNatRules
IList<SubResource>

An array of references to inbound rules that use this frontend IP.

inboundNatPools
IList<SubResource>

An array of references to inbound pools that use this frontend IP.

outboundRules
IList<SubResource>

An array of references to outbound rules that use this frontend IP.

loadBalancingRules
IList<SubResource>

An array of references to load balancing rules that use this frontend IP.

privateIPAddress
String

The private IP address of the IP configuration.

privateIPAllocationMethod
String

The Private IP allocation method. Possible values include: 'Static', 'Dynamic'

privateIPAddressVersion
String

Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values include: 'IPv4', 'IPv6'

subnet
Subnet

The reference to the subnet resource.

publicIPAddress
PublicIPAddress

The reference to the Public IP resource.

publicIPPrefix
SubResource

The reference to the Public IP Prefix resource.

gatewayLoadBalancer
SubResource

The reference to gateway load balancer frontend IP.

provisioningState
String

The provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Type of the resource.

zones
IList<String>

A list of availability zones denoting the IP allocated for the resource needs to come from.

Applies to