VirtualMachineFeatureRequirement
VirtualMachineFeatureRequirement
Feature requirement contains a key, featureName and an opaque value
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": "string",
"featureName": "string",
"value": "string"
}
string
key
Required
Accessor name to the feature requirement test
string
featureName
Required
Name of the feature.
Identical to the key.
string
value
Required
Opaque value for the feature operation.
Operation is contained in the value.