Get Key Value Result
data class GetKeyValueResult(val azureApiVersion: String, val contentType: String? = null, val eTag: String, val id: String, val key: String, val label: String, val lastModified: String, val locked: Boolean, val name: String, val tags: Map<String, String>? = null, val type: String, val value: String? = null)
The key-value resource along with all resource properties.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
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.
Link copied to clipboard
The last time a modifying operation was performed on the given key-value.