Class BackendAddressPoolState
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 BackendAddressPoolState : ResourceArgs
Constructors
View SourceBackendAddressPoolState()
Declaration
public BackendAddressPoolState()
Properties
View SourceBackendIpConfigurations
The Backend IP Configurations associated with this Backend Address Pool.
Declaration
public InputList<string> BackendIpConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
LoadbalancerId
The ID of the Load Balancer in which to create the Backend Address Pool.
Declaration
public Input<string> LoadbalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LoadBalancingRules
The Load Balancing Rules associated with this Backend Address Pool.
Declaration
public InputList<string> LoadBalancingRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
Specifies the name of the Backend Address Pool.
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 resource.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |