Share via


FrontendIPConfigurationInner Constructors

Definition

Overloads

FrontendIPConfigurationInner()

Initializes a new instance of the FrontendIPConfigurationInner class.

FrontendIPConfigurationInner(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, IPAllocationMethod, IPVersion, SubResource, SubResource, SubResource, ProvisioningState, String, String, String, IList<String>)

Initializes a new instance of the FrontendIPConfigurationInner class.

FrontendIPConfigurationInner()

Initializes a new instance of the FrontendIPConfigurationInner class.

public FrontendIPConfigurationInner ();
Public Sub New ()

Applies to

FrontendIPConfigurationInner(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, IPAllocationMethod, IPVersion, SubResource, SubResource, SubResource, ProvisioningState, String, String, String, IList<String>)

Initializes a new instance of the FrontendIPConfigurationInner class.

public FrontendIPConfigurationInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> outboundRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancingRules = default, string privateIPAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Fluent.Models.IPVersion privateIPAddressVersion = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPAddress = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPPrefix = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * string * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * Microsoft.Azure.Management.Network.Fluent.Models.IPVersion * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner
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 IPAllocationMethod = Nothing, Optional privateIPAddressVersion As IPVersion = Nothing, Optional subnet As SubResource = Nothing, Optional publicIPAddress As SubResource = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional provisioningState As ProvisioningState = 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
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
IPAllocationMethod

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

privateIPAddressVersion
IPVersion

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

subnet
SubResource

The reference of the subnet resource.

publicIPAddress
SubResource

The reference of the Public IP resource.

publicIPPrefix
SubResource

The reference of the Public IP Prefix resource.

provisioningState
ProvisioningState

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