Class LoadBalancerArgs
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 LoadBalancerArgs : ResourceArgs
Constructors
View SourceLoadBalancerArgs()
Declaration
public LoadBalancerArgs()
Properties
View SourceFrontendIpConfigurations
One or multiple frontend_ip_configuration blocks as documented below.
Declaration
public InputList<LoadBalancerFrontendIpConfigurationArgs> FrontendIpConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LoadBalancerFrontendIpConfigurationArgs> |
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> |
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> |