Resource Type: azure_input
- Defined in:
- lib/puppet/type/azure_input.rb
- Providers:
-
arm
Overview
An input object, containing all information associated with the named input. All inputs 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 an input. Required on PUT (CreateOrReplace) requests.
-
type
Resource type
Parameters
-
api_version
Client Api Version.
-
input
The definition of the input that will be used to create a new input 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_input` 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.