Class LoadBalancerState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Lb
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LoadBalancerState : ResourceArgs
Constructors
View SourceLoadBalancerState()
Declaration
public LoadBalancerState()
Properties
View SourceFrontendIpConfigurations
One or multiple frontend_ip_configuration blocks as documented below.
Declaration
public InputList<LoadBalancerFrontendIpConfigurationGetArgs> FrontendIpConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LoadBalancerFrontendIpConfigurationGetArgs> |
Location
Specifies the supported Azure Region where the Load Balancer should be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Load Balancer.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> PrivateIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateIpAddresses
The list of private IP address assigned to the load balancer in frontend_ip_configuration blocks, if any.
Declaration
public InputList<string> PrivateIpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ResourceGroupName
The name of the Resource Group in which to create the Load Balancer.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
The SKU of the Azure Load Balancer. Accepted values are Basic and Standard. Defaults to Basic.
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |