Resource Type: azure_endpoint

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

Overview

CDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format <endpointname>.azureedge.net.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Resource ID.

  • location

    Resource location.

  • properties

    “”

  • tags

    Resource tags.

  • type

    Resource type.

Parameters

  • api_version

    Version of the API to be used with the client request. Current version is 2017-04-02.

  • endpoint

    Endpoint properties

  • name (namevar)

    Resource name.

  • profile_name

    Name of the CDN profile which is unique within the resource group.

  • provider

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

    Azure Subscription ID.