Class LoadBalancerFrontendIpConfiguration
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Lb.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LoadBalancerFrontendIpConfiguration
Fields
View SourceId
The id of the Frontend IP Configuration.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InboundNatRules
The list of IDs of inbound rules that use this frontend IP.
Declaration
public readonly ImmutableArray<string> InboundNatRules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
LoadBalancerRules
The list of IDs of load balancing rules that use this frontend IP.
Declaration
public readonly ImmutableArray<string> LoadBalancerRules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Name
Specifies the name of the frontend ip configuration.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OutboundRules
The list of IDs outbound rules that use this frontend IP.
Declaration
public readonly ImmutableArray<string> OutboundRules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
PrivateIpAddress
Private IP Address to assign to the Load Balancer. The last one and first four IPs in any range are reserved and cannot be manually assigned.
Declaration
public readonly string PrivateIpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddressAllocation
The allocation method for the Private IP Address used by this Load Balancer. Possible values as Dynamic and Static.
Declaration
public readonly string PrivateIpAddressAllocation
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddressVersion
The version of IP that the Private IP Address is. Possible values are IPv4 or IPv6.
Declaration
public readonly string PrivateIpAddressVersion
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIpAddressId
The ID of a Public IP Address which should be associated with the Load Balancer.
Declaration
public readonly string PublicIpAddressId
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIpPrefixId
The ID of a Public IP Prefix which should be associated with the Load Balancer. Public IP Prefix can only be used with outbound rules.
Declaration
public readonly string PublicIpPrefixId
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
The ID of the Subnet which should be associated with the IP Configuration.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |
Zones
A list of Availability Zones which the Load Balancer's IP Addresses should be created in.
Declaration
public readonly string Zones
Field Value
| Type | Description |
|---|---|
| System.String |