다음을 통해 공유


IKeyValue Interface

Definition

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

Properties

ContentType

The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.

ETag

An ETag indicating the state of a key-value within a configuration store.

Id

The resource ID.

Key

The primary identifier of a key-value. The key is used in unison with the label to uniquely identify a key-value.

Label

A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.

LastModified

The last time a modifying operation was performed on the given key-value.

Locked

A value indicating whether the key-value is locked. A locked key-value may not be modified until it is unlocked.

Name

The name of the resource.

Tag

A dictionary of tags that can help identify what a key-value may be applicable for.

Type

The type of the resource.

Value

The value of the key-value.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to