Resource Type: azure_environment_resource
- Defined in:
- lib/puppet/type/azure_environment_resource.rb
- Providers:
-
arm
Overview
An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
Resource Id
-
location
Resource location
-
properties
“”
-
sku
The sku determines the capacity of the environment, the SLA (in queries-per-minute and total capacity), and the billing rate.
-
tags
Resource tags
-
type
Resource type
Parameters
-
api_version
Version of the API to be used with the client request.
-
environment_name
Name of the environment
-
name (namevar)
Resource name
-
parameters
Parameters for creating an environment resource.
-
provider
The specific backend to use for this ‘azure_environment_resource` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
resource_group_name
Name of an Azure Resource group.
-
subscription_id
Azure Subscription ID.