Resource Type: azure_frontend_endpoint

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

Overview

A frontend endpoint used for routing.

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 Frontend endpoint

  • type

    Resource type.

Parameters

  • api_version

    Client API version.

  • front_door_name

    Name of the Front Door which is globally unique.

  • frontend_endpoint_parameters

    Frontend endpoint properties needed to create a new endpoint.

  • name (namevar)

    Resource name.

  • provider

    The specific backend to use for this ‘azure_frontend_endpoint` 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.