ConfigurationGroupSchemaPropertiesFormat interface
Configuration group schema properties.
Properties
description | Description of what schema can contain. |
provisioning |
The provisioning state of the Configuration group schema resource. NOTE: This property will not be serialized. It can only be populated by the server. |
schema |
Name and value pairs that define the configuration value. It can be a well formed escaped JSON string. |
version |
The configuration group schema version state. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Description of what schema can contain.
description?: string
Property Value
string
provisioningState
The provisioning state of the Configuration group schema resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
schemaDefinition
Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.
schemaDefinition?: string
Property Value
string
versionState
The configuration group schema version state. NOTE: This property will not be serialized. It can only be populated by the server.
versionState?: string
Property Value
string
Azure SDK for JavaScript