CloudHsmClusterInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. hardwaresecuritymodules. fluent. models. CloudHsmClusterInner
- com.
- com.
- com.
public final class CloudHsmClusterInner
extends Resource
Resource information with extended details.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudHsmClusterInner() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Managed |
identity()
Get the identity property: Managed service identity (system assigned and/or user assigned identities). |
| String |
name()
Get the name property: The name of the resource. |
|
Cloud |
properties()
Get the properties property: Properties of the Cloud HSM Cluster. |
|
Cloud |
sku()
Get the sku property: SKU details. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Cloud |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities). |
|
Cloud |
withLocation(String location) |
|
Cloud |
withProperties(CloudHsmClusterProperties properties)
Set the properties property: Properties of the Cloud HSM Cluster. |
|
Cloud |
withSku(CloudHsmClusterSku sku)
Set the sku property: SKU details. |
|
Cloud |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
CloudHsmClusterInner
public CloudHsmClusterInner()
Creates an instance of CloudHsmClusterInner class.
Method Details
fromJson
public static CloudHsmClusterInner fromJson(JsonReader jsonReader)
Reads an instance of CloudHsmClusterInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CloudHsmClusterInner.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: Managed service identity (system assigned and/or user assigned identities).
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CloudHsmClusterInner.name()Returns:
properties
public CloudHsmClusterProperties properties()
Get the properties property: Properties of the Cloud HSM Cluster.
Returns:
sku
public CloudHsmClusterSku sku()
Get the sku property: SKU details.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CloudHsmClusterInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CloudHsmClusterInner.type()Returns:
validate
public void validate()
Validates the instance.
withIdentity
public CloudHsmClusterInner withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities).
Parameters:
Returns:
withLocation
public CloudHsmClusterInner withLocation(String location)
Overrides:
CloudHsmClusterInner.withLocation(String location)Parameters:
withProperties
public CloudHsmClusterInner withProperties(CloudHsmClusterProperties properties)
Set the properties property: Properties of the Cloud HSM Cluster.
Parameters:
Returns:
withSku
public CloudHsmClusterInner withSku(CloudHsmClusterSku sku)
Set the sku property: SKU details.
Parameters:
Returns:
withTags
public CloudHsmClusterInner withTags(Map<String,String> tags)
Overrides:
CloudHsmClusterInner.withTags(Map<String,String> tags)Parameters: