VMRequestAttribute Data Type

An attribute that has been applied to a VM request.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
attributeName string element 0/1 Get the attribute name.
value string element 0/1 Get the value for the specified attribute.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<VMRequestAttribute xsitype="...">
  <attributeName>...</attributeName>
  <value>...</value>
</VMRequestAttribute>