BackendAddressPool

Manages a Load Balancer Backend Address Pool.

NOTE: When using this resource, the Load Balancer needs to have a FrontEnd IP Configuration Attached

Create a BackendAddressPool Resource

def BackendAddressPool(resource_name, opts=None, loadbalancer_id=None, name=None, resource_group_name=None, __props__=None);
name string
The unique name of the resource.
args BackendAddressPoolArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args BackendAddressPoolArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args BackendAddressPoolArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

BackendAddressPool Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The BackendAddressPool resource accepts the following input properties:

LoadbalancerId string

The ID of the Load Balancer in which to create the Backend Address Pool.

ResourceGroupName string

The name of the resource group in which to create the resource.

Name string

Specifies the name of the Backend Address Pool.

LoadbalancerId string

The ID of the Load Balancer in which to create the Backend Address Pool.

ResourceGroupName string

The name of the resource group in which to create the resource.

Name string

Specifies the name of the Backend Address Pool.

loadbalancerId string

The ID of the Load Balancer in which to create the Backend Address Pool.

resourceGroupName string

The name of the resource group in which to create the resource.

name string

Specifies the name of the Backend Address Pool.

loadbalancer_id str

The ID of the Load Balancer in which to create the Backend Address Pool.

resource_group_name str

The name of the resource group in which to create the resource.

name str

Specifies the name of the Backend Address Pool.

Outputs

All input properties are implicitly available as output properties. Additionally, the BackendAddressPool resource produces the following output properties:

BackendIpConfigurations List<string>

The Backend IP Configurations associated with this Backend Address Pool.

Id string
The provider-assigned unique ID for this managed resource.
LoadBalancingRules List<string>

The Load Balancing Rules associated with this Backend Address Pool.

BackendIpConfigurations []string

The Backend IP Configurations associated with this Backend Address Pool.

Id string
The provider-assigned unique ID for this managed resource.
LoadBalancingRules []string

The Load Balancing Rules associated with this Backend Address Pool.

backendIpConfigurations string[]

The Backend IP Configurations associated with this Backend Address Pool.

id string
The provider-assigned unique ID for this managed resource.
loadBalancingRules string[]

The Load Balancing Rules associated with this Backend Address Pool.

backend_ip_configurations List[str]

The Backend IP Configurations associated with this Backend Address Pool.

id str
The provider-assigned unique ID for this managed resource.
load_balancing_rules List[str]

The Load Balancing Rules associated with this Backend Address Pool.

Look up an Existing BackendAddressPool Resource

Get an existing BackendAddressPool resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: BackendAddressPoolState, opts?: CustomResourceOptions): BackendAddressPool
static get(resource_name, id, opts=None, backend_ip_configurations=None, load_balancing_rules=None, loadbalancer_id=None, name=None, resource_group_name=None, __props__=None);
func GetBackendAddressPool(ctx *Context, name string, id IDInput, state *BackendAddressPoolState, opts ...ResourceOption) (*BackendAddressPool, error)
public static BackendAddressPool Get(string name, Input<string> id, BackendAddressPoolState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

BackendIpConfigurations List<string>

The Backend IP Configurations associated with this Backend Address Pool.

LoadBalancingRules List<string>

The Load Balancing Rules associated with this Backend Address Pool.

LoadbalancerId string

The ID of the Load Balancer in which to create the Backend Address Pool.

Name string

Specifies the name of the Backend Address Pool.

ResourceGroupName string

The name of the resource group in which to create the resource.

BackendIpConfigurations []string

The Backend IP Configurations associated with this Backend Address Pool.

LoadBalancingRules []string

The Load Balancing Rules associated with this Backend Address Pool.

LoadbalancerId string

The ID of the Load Balancer in which to create the Backend Address Pool.

Name string

Specifies the name of the Backend Address Pool.

ResourceGroupName string

The name of the resource group in which to create the resource.

backendIpConfigurations string[]

The Backend IP Configurations associated with this Backend Address Pool.

loadBalancingRules string[]

The Load Balancing Rules associated with this Backend Address Pool.

loadbalancerId string

The ID of the Load Balancer in which to create the Backend Address Pool.

name string

Specifies the name of the Backend Address Pool.

resourceGroupName string

The name of the resource group in which to create the resource.

backend_ip_configurations List[str]

The Backend IP Configurations associated with this Backend Address Pool.

load_balancing_rules List[str]

The Load Balancing Rules associated with this Backend Address Pool.

loadbalancer_id str

The ID of the Load Balancer in which to create the Backend Address Pool.

name str

Specifies the name of the Backend Address Pool.

resource_group_name str

The name of the resource group in which to create the resource.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.