Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (c)
»
Puppet Tasks
»
cdn_azure_endpoints_create
Puppet Task: cdn_azure_endpoints_create
Defined in:
tasks/cdn_azure_endpoints_create.json,
tasks/cdn_azure_endpoints_create.rb
Overview
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
Supports noop?
false
Parameters
endpoint
(Optional[String[1]])
— Endpoint properties
subscription_id
(Optional[String[1]])
— Azure Subscription ID.
api_version
(Optional[String[1]])
— Version of the API to be used with the client request. Current version is 2017-04-02.
message
(Optional[String[1]])
— Error message indicating why the operation failed.
code
(Optional[String[1]])
— Error code.
resource_group_name
(Optional[String[1]])
— Name of the Resource group within the Azure subscription.
profile_name
(Optional[String[1]])
— Name of the CDN profile which is unique within the resource group.
endpoint_name
(Optional[String[1]])
— Name of the endpoint under the profile which is unique globally.