CloudTemplateParameterCollection Data Type

A collection of cloud template parameters

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
CloudTemplateParameters list of CloudTemplateParameter element 0/unbounded Gets the items.

Example

<CloudTemplateParametersCollection>
  <CloudTemplateParameters>
    <name>...</name>
    <description>...</description>
    <defaultValue>...</defaultValue>
    <noEcho>...</noEcho>
    <value>...</value>
    <id>...</id>
    <type>...</type>
    <allowedValues>...</allowedValues>
  </CloudTemplateParameters>
</CloudTemplateParametersCollection>