Resource Type: azure_profile
- Defined in:
- lib/puppet/type/azure_profile.rb
- Providers:
-
arm
Overview
CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider and pricing tier.
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
“”
-
sku
The pricing tier (defines a CDN provider, feature list and rate) of the CDN profile.
-
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.
-
name (namevar)
Resource name.
-
profile
Profile properties needed to create a new profile.
-
provider
The specific backend to use for this ‘azure_profile` 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.