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

The content type of the value stored within the key-value.

Etag

A value representing the current state of the resource.

Key

The key of the key-value.

Label

The label the key-value belongs to.

LastModified

A date representing the last time the key-value was modified.

Locked

Indicates whether the key-value is locked.

SyncToken
Tag

The tags of the key-value

Value

The value of the key-value.

XmsRequestId

Methods

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

Applies to