HostLicenseSpec
HostLicenseSpec
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"source": {
"_typeName": "string"
},
"editionKey": "string",
"disabledFeatureKey": [
"string"
],
"enabledFeatureKey": [
"string"
]
}
source
Optional
License source to be used
string
editionKey
Optional
License edition to use
array of
string
disabledFeatureKey
Optional
Disabled features.
When an edition is set, all the features in it are enabled by default. The following parameter gives a finer control on which features are disabled.
array of
string
enabledFeatureKey
Optional
Enabled features