Share via


IKeyValue Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.KeyValueTypeConverter))]
public interface IKeyValue : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.KeyValueTypeConverter))>]
type IKeyValue = interface
    interface IJsonSerializable
Public Interface IKeyValue
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ContentType
Etag
Key
Label
LastModified
Locked
SyncToken
Tag
Value

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to