Resource Type: azure_table
- Defined in:
- lib/puppet/type/azure_table.rb
- Providers:
-
arm
Overview
An Azure Cosmos DB Table.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
The unique resource identifier of the database account.
-
location
The location of the resource group to which the resource belongs.
-
properties
The properties of an Azure Cosmos DB Table
-
tags
“”
-
type
The type of Azure resource.
Parameters
-
account_name
Cosmos DB database account name.
-
api_version
Version of the API to be used with the client request. The current version is 2015-04-08.
-
create_update_table_parameters
The parameters to provide for the current Table.
-
name (namevar)
The name of the database account.
-
provider
The specific backend to use for this ‘azure_table` 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.