Resource Type: azure_deployment_extended
- Defined in:
- lib/puppet/type/azure_deployment_extended.rb
- Providers:
-
arm
Overview
Deployment information.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
The ID of the deployment.
-
location
the location of the deployment.
-
properties
Deployment properties.
-
type
The type of the deployment.
Parameters
-
api_version
The API version to use for this operation.
-
deployment_name
The name of the deployment.
-
name (namevar)
The name of the deployment.
-
parameters
Additional parameters supplied to the operation.
-
provider
The specific backend to use for this ‘azure_deployment_extended` 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 to deploy the resources to. The name is case insensitive. The resource group must already exist.
-
subscription_id
The ID of the target subscription.