CloudHsmClusterInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. hardwaresecuritymodules. models. CloudHsmClusterResource - com.
azure. resourcemanager. hardwaresecuritymodules. fluent. models. CloudHsmClusterInner
- com.
- com.
- com.
- com.
public final class CloudHsmClusterInner
extends CloudHsmClusterResource
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. |
| String |
name()
Get the name property: The name of the resource. |
|
Cloud |
properties()
Get the properties property: Properties of the Cloud HSM Cluster. |
|
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 Resource
Methods inherited from CloudHsmClusterResource
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:
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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Overrides:
CloudHsmClusterInner.systemData()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.
Overrides:
CloudHsmClusterInner.validate()withIdentity
public CloudHsmClusterInner withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities).
Overrides:
CloudHsmClusterInner.withIdentity(ManagedServiceIdentity identity)Parameters:
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.
Overrides:
CloudHsmClusterInner.withSku(CloudHsmClusterSku sku)Parameters:
withTags
public CloudHsmClusterInner withTags(Map<String,String> tags)
Overrides:
CloudHsmClusterInner.withTags(Map<String,String> tags)Parameters: