Key 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.
Keys serve as identifiers for key-values and are used to store and retrieve corresponding values.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.KeyTypeConverter))]
public class Key : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKey
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.KeyTypeConverter))>]
type Key = class
interface IKey
interface IJsonSerializable
Public Class Key
Implements IKey
- Inheritance
-
Key
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Key() |
Creates an new Key instance. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the key. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Key. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKey. |
| FromJsonString(String) |
Creates a new instance of Key, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |