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.
[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
Key() |
Creates an new Key instance. |
Properties
Name |
Methods
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() |