ConfigurationGroupValuePropertiesFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hybrid configuration group value properties. Please note ConfigurationGroupValuePropertiesFormat is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ConfigurationValueWithoutSecrets and ConfigurationValueWithSecrets.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownConfigurationGroupValuePropertiesFormat))]
public abstract class ConfigurationGroupValuePropertiesFormat : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupValuePropertiesFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupValuePropertiesFormat>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownConfigurationGroupValuePropertiesFormat))>]
type ConfigurationGroupValuePropertiesFormat = class
interface IJsonModel<ConfigurationGroupValuePropertiesFormat>
interface IPersistableModel<ConfigurationGroupValuePropertiesFormat>
Public MustInherit Class ConfigurationGroupValuePropertiesFormat
Implements IJsonModel(Of ConfigurationGroupValuePropertiesFormat), IPersistableModel(Of ConfigurationGroupValuePropertiesFormat)
- Inheritance
-
ConfigurationGroupValuePropertiesFormat
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConfigurationGroupValuePropertiesFormat() |
Initializes a new instance of ConfigurationGroupValuePropertiesFormat. |
Properties
| Name | Description |
|---|---|
| ConfigurationGroupSchemaName |
The configuration group schema name. |
| ConfigurationGroupSchemaOfferingLocation |
The location of the configuration group schema offering. |
| ConfigurationGroupSchemaResourceReference |
The configuration group schema resource reference. Please note DeploymentResourceIdReference is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OpenDeploymentResourceReference and SecretDeploymentResourceReference. |
| ProvisioningState |
The provisioning state of the site resource. |
| PublisherName |
The publisher name for the configuration group schema. |
| PublisherScope |
The scope of the publisher. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ConfigurationGroupValuePropertiesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ConfigurationGroupValuePropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ConfigurationGroupValuePropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ConfigurationGroupValuePropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ConfigurationGroupValuePropertiesFormat>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |