KubernetesClusterFeaturePatchParameters Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. KubernetesClusterFeaturePatchParameters
- com.
Implements
public final class KubernetesClusterFeaturePatchParameters
implements JsonSerializable<KubernetesClusterFeaturePatchParameters>
KubernetesClusterFeaturePatchParameters represents the body of the request to patch the Kubernetes cluster feature.
Constructor Summary
| Constructor | Description |
|---|---|
| KubernetesClusterFeaturePatchParameters() |
Creates an instance of Kubernetes |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Kubernetes |
fromJson(JsonReader jsonReader)
Reads an instance of Kubernetes |
|
List<String |
options()
Get the options property: The configured options for the feature. |
| Map<String,String> |
tags()
Get the tags property: The Azure resource tags that will replace the existing ones. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Kubernetes |
withOptions(List<StringKeyValuePair> options)
Set the options property: The configured options for the feature. |
|
Kubernetes |
withTags(Map<String,String> tags)
Set the tags property: The Azure resource tags that will replace the existing ones. |
Methods inherited from java.lang.Object
Constructor Details
KubernetesClusterFeaturePatchParameters
public KubernetesClusterFeaturePatchParameters()
Creates an instance of KubernetesClusterFeaturePatchParameters class.
Method Details
fromJson
public static KubernetesClusterFeaturePatchParameters fromJson(JsonReader jsonReader)
Reads an instance of KubernetesClusterFeaturePatchParameters from the JsonReader.
Parameters:
Returns:
Throws:
options
public List<StringKeyValuePair> options()
Get the options property: The configured options for the feature.
Returns:
tags
public Map<String,String> tags()
Get the tags property: The Azure resource tags that will replace the existing ones.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOptions
public KubernetesClusterFeaturePatchParameters withOptions(List<StringKeyValuePair> options)
Set the options property: The configured options for the feature.
Parameters:
Returns:
withTags
public KubernetesClusterFeaturePatchParameters withTags(Map<String,String> tags)
Set the tags property: The Azure resource tags that will replace the existing ones.
Parameters:
Returns: