SupportedLicenseCapabilitiesDetails Data Type

Properties
name data type constraints description
virtualMachineSupport boolean required
applicationSupport boolean required
storageSupport boolean required
cloudSupport boolean required
osAgentSupport boolean required
endpointsSupport boolean required

Example

{
  "virtualMachineSupport" : true,
  "applicationSupport" : true,
  "storageSupport" : true,
  "cloudSupport" : true,
  "osAgentSupport" : true,
  "endpointsSupport" : true
}