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
new BackendAddressPool(name: string, args: BackendAddressPoolArgs, opts?: CustomResourceOptions);def BackendAddressPool(resource_name, opts=None, loadbalancer_id=None, name=None, resource_group_name=None, __props__=None);func NewBackendAddressPool(ctx *Context, name string, args BackendAddressPoolArgs, opts ...ResourceOption) (*BackendAddressPool, error)public BackendAddressPool(string name, BackendAddressPoolArgs args, CustomResourceOptions? opts = null)- 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:
- Loadbalancer
Id string The ID of the Load Balancer in which to create the Backend Address Pool.
- Resource
Group stringName The name of the resource group in which to create the resource.
- Name string
Specifies the name of the Backend Address Pool.
- Loadbalancer
Id string The ID of the Load Balancer in which to create the Backend Address Pool.
- Resource
Group stringName The name of the resource group in which to create the resource.
- Name string
Specifies the name of the Backend Address Pool.
- loadbalancer
Id string The ID of the Load Balancer in which to create the Backend Address Pool.
- resource
Group stringName 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_ strname 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:
- Backend
Ip List<string>Configurations The Backend IP Configurations associated with this Backend Address Pool.
- Id string
- The provider-assigned unique ID for this managed resource.
- Load
Balancing List<string>Rules The Load Balancing Rules associated with this Backend Address Pool.
- Backend
Ip []stringConfigurations The Backend IP Configurations associated with this Backend Address Pool.
- Id string
- The provider-assigned unique ID for this managed resource.
- Load
Balancing []stringRules The Load Balancing Rules associated with this Backend Address Pool.
- backend
Ip string[]Configurations The Backend IP Configurations associated with this Backend Address Pool.
- id string
- The provider-assigned unique ID for this managed resource.
- load
Balancing string[]Rules The Load Balancing Rules associated with this Backend Address Pool.
- backend_
ip_ List[str]configurations The Backend IP Configurations associated with this Backend Address Pool.
- id str
- The provider-assigned unique ID for this managed resource.
- load_
balancing_ List[str]rules 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): BackendAddressPoolstatic 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:
- Backend
Ip List<string>Configurations The Backend IP Configurations associated with this Backend Address Pool.
- Load
Balancing List<string>Rules The Load Balancing Rules associated with this Backend Address Pool.
- Loadbalancer
Id 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.
- Resource
Group stringName The name of the resource group in which to create the resource.
- Backend
Ip []stringConfigurations The Backend IP Configurations associated with this Backend Address Pool.
- Load
Balancing []stringRules The Load Balancing Rules associated with this Backend Address Pool.
- Loadbalancer
Id 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.
- Resource
Group stringName The name of the resource group in which to create the resource.
- backend
Ip string[]Configurations The Backend IP Configurations associated with this Backend Address Pool.
- load
Balancing string[]Rules The Load Balancing Rules associated with this Backend Address Pool.
- loadbalancer
Id 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.
- resource
Group stringName The name of the resource group in which to create the resource.
- backend_
ip_ List[str]configurations The Backend IP Configurations associated with this Backend Address Pool.
- load_
balancing_ List[str]rules 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_ strname 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
azurermTerraform Provider.