Resource Type: azure_function
- Defined in:
- lib/puppet/type/azure_function.rb
- Providers:
-
arm
Overview
A function object, containing all information associated with the named function. All functions are contained under a streaming job.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
Resource Id
-
properties
The properties that are associated with a function.
-
type
Resource type
Parameters
-
api_version
Client Api Version.
-
function
The definition of the function that will be used to create a new function or replace the existing one under the streaming job.
-
job_name
The name of the streaming job.
-
name (namevar)
Resource name
-
provider
The specific backend to use for this ‘azure_function` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
resource_group_name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
-
subscription_id
GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.