Resource Type: azure_job
- Defined in:
- lib/puppet/type/azure_job.rb
- Providers:
-
arm
Overview
Information about a Job.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
The ID of the resource.
-
properties
The properties associated with the Job.
-
type
The type of the resource.
Parameters
-
api_version
Specifies the version of API used for this request.
-
experiment_name
The name of the experiment. Experiment names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.
-
name (namevar)
The name of the resource.
-
parameters
The parameters to provide for job creation.
-
provider
The specific backend to use for this ‘azure_job` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
resource_group_name
Name of the resource group to which the resource belongs.
-
subscription_id
The subscriptionID for the Azure user.
-
workspace_name
The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.