Class BackendAddressPool
Manages a Load Balancer Backend Address Pool.
NOTE: When using this resource, the Load Balancer needs to have a FrontEnd IP Configuration Attached
Inherited Members
Namespace: Pulumi.Azure.Lb
Assembly: Pulumi.Azure.dll
Syntax
public class BackendAddressPool : CustomResource
Constructors
View SourceBackendAddressPool(String, BackendAddressPoolArgs, CustomResourceOptions)
Create a BackendAddressPool resource with the given unique name, arguments, and options.
Declaration
public BackendAddressPool(string name, BackendAddressPoolArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| BackendAddressPoolArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceBackendIpConfigurations
The Backend IP Configurations associated with this Backend Address Pool.
Declaration
public Output<ImmutableArray<string>> BackendIpConfigurations { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
LoadbalancerId
The ID of the Load Balancer in which to create the Backend Address Pool.
Declaration
public Output<string> LoadbalancerId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
LoadBalancingRules
The Load Balancing Rules associated with this Backend Address Pool.
Declaration
public Output<ImmutableArray<string>> LoadBalancingRules { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Name
Specifies the name of the Backend Address Pool.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ResourceGroupName
The name of the resource group in which to create the resource.
Declaration
public Output<string> ResourceGroupName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, BackendAddressPoolState, CustomResourceOptions)
Get an existing BackendAddressPool resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static BackendAddressPool Get(string name, Input<string> id, BackendAddressPoolState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| BackendAddressPoolState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| BackendAddressPool |