KubernetesVersionPatchParameters Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. KubernetesVersionPatchParameters
- com.
Implements
public final class KubernetesVersionPatchParameters
implements JsonSerializable<KubernetesVersionPatchParameters>
KubernetesVersionPatchParameters represents the body of the request to patch Kubernetes version tags.
Constructor Summary
| Constructor | Description |
|---|---|
| KubernetesVersionPatchParameters() |
Creates an instance of Kubernetes |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Kubernetes |
fromJson(JsonReader jsonReader)
Reads an instance of Kubernetes |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Kubernetes |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
KubernetesVersionPatchParameters
public KubernetesVersionPatchParameters()
Creates an instance of KubernetesVersionPatchParameters class.
Method Details
fromJson
public static KubernetesVersionPatchParameters fromJson(JsonReader jsonReader)
Reads an instance of KubernetesVersionPatchParameters from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
withTags
public KubernetesVersionPatchParameters withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: