Libraries
»
puppetlabs-azure_arm
(0.2.1)
»
Index (c)
»
Puppet Tasks
»
cadalrok
Puppet Task: cadalrok
Defined in:
tasks/cadalrok.json,
tasks/cadalrok.rb
Overview
Lists the read-only access keys for the specified Azure Cosmos DB database account.
Supports noop?
false
Parameters
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.
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.
subscription_id
(Optional[String[1]])
— Azure subscription ID.