Resource Type: azure_backend_pool

Defined in:
lib/puppet/type/azure_backend_pool.rb
Providers:
arm

Overview

A backend pool is a collection of backends that can be routed to.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Resource ID.

  • properties

    Properties of the Front Door Backend Pool

  • type

    Resource type.

Parameters

  • api_version

    Client API version.

  • backend_pool_parameters

    Backend Pool properties needed to create a new Pool.

  • front_door_name

    Name of the Front Door which is globally unique.

  • name (namevar)

    Resource name.

  • provider

    The specific backend to use for this ‘azure_backend_pool` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • resource_group_name

    Name of the Resource group within the Azure subscription.

  • subscription_id

    The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.