ConfigurationValueWithoutSecrets 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.
The ConfigurationValue with no secrets.
public class ConfigurationValueWithoutSecrets : Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupValuePropertiesFormat, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.ConfigurationValueWithoutSecrets>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.ConfigurationValueWithoutSecrets>
type ConfigurationValueWithoutSecrets = class
inherit ConfigurationGroupValuePropertiesFormat
interface IJsonModel<ConfigurationValueWithoutSecrets>
interface IPersistableModel<ConfigurationValueWithoutSecrets>
Public Class ConfigurationValueWithoutSecrets
Inherits ConfigurationGroupValuePropertiesFormat
Implements IJsonModel(Of ConfigurationValueWithoutSecrets), IPersistableModel(Of ConfigurationValueWithoutSecrets)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ConfigurationValueWithoutSecrets() |
Initializes a new instance of ConfigurationValueWithoutSecrets. |
Properties
| Name | Description |
|---|---|
| ConfigurationGroupSchemaName |
The configuration group schema name. (Inherited from ConfigurationGroupValuePropertiesFormat) |
| ConfigurationGroupSchemaOfferingLocation |
The location of the configuration group schema offering. (Inherited from ConfigurationGroupValuePropertiesFormat) |
| 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. (Inherited from ConfigurationGroupValuePropertiesFormat) |
| ConfigurationValue |
Name and value pairs that define the configuration value. It can be a well formed escaped JSON string. |
| ProvisioningState |
The provisioning state of the site resource. (Inherited from ConfigurationGroupValuePropertiesFormat) |
| PublisherName |
The publisher name for the configuration group schema. (Inherited from ConfigurationGroupValuePropertiesFormat) |
| PublisherScope |
The scope of the publisher. (Inherited from ConfigurationGroupValuePropertiesFormat) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |