Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (r)
»
Puppet Tasks
»
resourceprovider_azure_validate
Puppet Task: resourceprovider_azure_validate
Defined in:
tasks/resourceprovider_azure_validate.json,
tasks/resourceprovider_azure_validate.rb
Overview
Validate if a resource can be created.
Supports noop?
false
Parameters
validate_request
(Optional[String[1]])
— Request with the resources to validate.
subscription_id
(Optional[String[1]])
— Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).
api_version
(Optional[String[1]])
— API Version
type
(Optional[String[1]])
— Resource type used for verification.
location
(Optional[String[1]])
— Expected location of the resource.
properties
(Optional[String[1]])
— Properties of the resource to validate.
name
(Optional[String[1]])
— Resource name to verify.
resource_group_name
(Optional[String[1]])
— Name of the resource group to which the resource belongs.