Resource Type: azure_output

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

Overview

An output object, containing all information associated with the named output. All outputs 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 output. Required on PUT (CreateOrReplace) requests.

  • type

    Resource type

Parameters

  • api_version

    Client Api Version.

  • job_name

    The name of the streaming job.

  • name (namevar)

    Resource name

  • output

    The definition of the output that will be used to create a new output or replace the existing one under the streaming job.

  • provider

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