Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (c)
»
Puppet Tasks
»
cosmosdb_azure_database_accounts_list_keys
Puppet Task: cosmosdb_azure_database_accounts_list_keys
Defined in:
tasks/cosmosdb_azure_database_accounts_list_keys.json,
tasks/cosmosdb_azure_database_accounts_list_keys.rb
Overview
Lists the access keys for the specified Azure Cosmos DB database account.
Supports noop?
false
Parameters
subscription_id
(Optional[String[1]])
— Azure subscription ID.
resource_group_name
(Optional[String[1]])
— Name of an Azure resource group.
account_name
(Optional[String[1]])
— Cosmos DB database account name.
api_version
(Optional[String[1]])
— Version of the API to be used with the client request. The current version is 2015-04-08.
primarymasterkey
(Optional[String[1]])
— Base 64 encoded value of the primary read-write key.
secondarymasterkey
(Optional[String[1]])
— Base 64 encoded value of the secondary read-write key.
primaryreadonlymasterkey
(Optional[String[1]])
— Base 64 encoded value of the primary read-only key.
secondaryreadonlymasterkey
(Optional[String[1]])
— Base 64 encoded value of the secondary read-only key.