CloudHsmClusterPatchParameters Class
- java.
lang. Object - com.
azure. resourcemanager. hardwaresecuritymodules. models. CloudHsmClusterPatchParameters
- com.
Implements
public final class CloudHsmClusterPatchParameters
implements JsonSerializable<CloudHsmClusterPatchParameters>
Patchable properties of the Cloud HSM Cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudHsmClusterPatchParameters() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
|
Managed |
identity()
Get the identity property: Managed service identity (system assigned and/or user assigned identities). |
| Map<String,String> |
tags()
Get the tags property: The Cloud HSM Cluster's tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cloud |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities). |
|
Cloud |
withTags(Map<String,String> tags)
Set the tags property: The Cloud HSM Cluster's tags. |
Methods inherited from java.lang.Object
Constructor Details
CloudHsmClusterPatchParameters
public CloudHsmClusterPatchParameters()
Creates an instance of CloudHsmClusterPatchParameters class.
Method Details
fromJson
public static CloudHsmClusterPatchParameters fromJson(JsonReader jsonReader)
Reads an instance of CloudHsmClusterPatchParameters from the JsonReader.
Parameters:
Returns:
Throws:
identity
public ManagedServiceIdentity identity()
Get the identity property: Managed service identity (system assigned and/or user assigned identities).
Returns:
tags
public Map<String,String> tags()
Get the tags property: The Cloud HSM Cluster's tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIdentity
public CloudHsmClusterPatchParameters withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities).
Parameters:
Returns:
withTags
public CloudHsmClusterPatchParameters withTags(Map<String,String> tags)
Set the tags property: The Cloud HSM Cluster's tags.
Parameters:
Returns: