Resource Type: azure_streaming_job

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

Overview

A streaming job object, containing all information associated with the named streaming job.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Resource Id

  • location

    Resource location. Required on PUT (CreateOrReplace) requests.

  • properties

    The properties that are associated with a streaming job. Required on PUT (CreateOrReplace) requests.

  • tags

    Resource tags

  • type

    Resource type

Parameters

  • api_version

    Client Api Version.

  • job_name

    The name of the streaming job.

  • name (namevar)

    Resource name

  • provider

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

  • streaming_job

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

  • subscription_id

    GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.