ClusterManagerPatchParameters Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. ClusterManagerPatchParameters
- com.
Implements
public final class ClusterManagerPatchParameters
implements JsonSerializable<ClusterManagerPatchParameters>
ClusterManagerPatchParameters represents the body of the request to patch the cluster properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterManagerPatchParameters() |
Creates an instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
|
Managed |
identity()
Get the identity property: The identity for the resource. |
| 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. |
|
Cluster |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: The identity for the resource. |
|
Cluster |
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
ClusterManagerPatchParameters
public ClusterManagerPatchParameters()
Creates an instance of ClusterManagerPatchParameters class.
Method Details
fromJson
public static ClusterManagerPatchParameters fromJson(JsonReader jsonReader)
Reads an instance of ClusterManagerPatchParameters from the JsonReader.
Parameters:
Returns:
Throws:
identity
public ManagedServiceIdentity identity()
Get the identity property: The identity for the resource.
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.
withIdentity
public ClusterManagerPatchParameters withIdentity(ManagedServiceIdentity identity)
Set the identity property: The identity for the resource.
Parameters:
Returns:
withTags
public ClusterManagerPatchParameters withTags(Map<String,String> tags)
Set the tags property: The Azure resource tags that will replace the existing ones.
Parameters:
Returns: