ConfigurationGroupValuePropertiesFormat interface
Hybrid configuration group value properties.
Properties
configuration |
The configuration group schema name. NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
The location of the configuration group schema offering. NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
The configuration group schema resource reference. |
configuration |
Polymorphic discriminator, which specifies the different types this object can be |
provisioning |
The provisioning state of the site resource. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
The publisher name for the configuration group schema. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
The scope of the publisher. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
configurationGroupSchemaName
The configuration group schema name. NOTE: This property will not be serialized. It can only be populated by the server.
configurationGroupSchemaName?: string
Property Value
string
configurationGroupSchemaOfferingLocation
The location of the configuration group schema offering. NOTE: This property will not be serialized. It can only be populated by the server.
configurationGroupSchemaOfferingLocation?: string
Property Value
string
configurationGroupSchemaResourceReference
The configuration group schema resource reference.
configurationGroupSchemaResourceReference?: DeploymentResourceIdReferenceUnion
Property Value
configurationType
Polymorphic discriminator, which specifies the different types this object can be
configurationType: "Secret" | "Open"
Property Value
"Secret" | "Open"
provisioningState
The provisioning state of the site resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publisherName
The publisher name for the configuration group schema. NOTE: This property will not be serialized. It can only be populated by the server.
publisherName?: string
Property Value
string
publisherScope
The scope of the publisher. NOTE: This property will not be serialized. It can only be populated by the server.
publisherScope?: string
Property Value
string
Azure SDK for JavaScript