ExtensionFeatureTag Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. ExtensionFeatureTag
- com.
Implements
public final class ExtensionFeatureTag
implements JsonSerializable<ExtensionFeatureTag>
Represents a key-value pair for extension feature metadata.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Extension |
fromJson(JsonReader jsonReader)
Reads an instance of Extension |
| String |
key()
Get the key property: The key of the feature tag. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: The value of the feature tag. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ExtensionFeatureTag fromJson(JsonReader jsonReader)
Reads an instance of ExtensionFeatureTag from the JsonReader.
Parameters:
Returns:
Throws:
key
public String key()
Get the key property: The key of the feature tag.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: The value of the feature tag.
Returns: