Compartir a través de


Key Class

Definition

[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)

Deserializes a PSObject into an instance of Key.

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)

Serializes this instance of Key into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to