Resource Type: azure_task
- Defined in:
- lib/puppet/type/azure_task.rb
- Providers:
-
arm
Overview
The task that has the ARM resource and task properties. The task will have all information to schedule a run against it.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
The resource ID.
-
identity
Identity for the resource.
-
location
The location of the resource. This cannot be changed after the resource is created.
-
properties
The properties of a task.
-
tags
The tags of the resource.
-
type
The type of the resource.
Parameters
-
api_version
The client API version.
-
name (namevar)
The name of the resource.
-
provider
The specific backend to use for this ‘azure_task` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
registry_name
The name of the container registry.
-
resource_group_name
The name of the resource group to which the container registry belongs.
-
subscription_id
The Microsoft Azure subscription ID.
-
task_create_parameters
The parameters for creating a task.