ExpiryExtension Data Type

Expiry date extension.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
expiryExtensionLimit int element 0/1 Number of times a expiry date can be extended.
extensionDays int element 1/1 Days to extend expiry date by. If not specify, the default of 90 will be used.
vmStateToUnapproved string element 0/1 Whether all VM approval state will be set to unapproved state. If this is false, all VM approval state remain unchanged.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<ExpiryExtension xsitype="...">
  <extensionDays>...</extensionDays>
  <vmStateToUnapproved>...</vmStateToUnapproved>
  <expiryExtensionLimit>...</expiryExtensionLimit>
</ExpiryExtension>