IKeyValue Interface
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.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) |