DedicatedHsmInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. hardwaresecuritymodules. fluent. models. DedicatedHsmInner
- com.
- com.
- com.
public final class DedicatedHsmInner
extends Resource
Resource information with extended details.
Constructor Summary
| Constructor | Description |
|---|---|
| DedicatedHsmInner() |
Creates an instance of Dedicated |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dedicated |
fromJson(JsonReader jsonReader)
Reads an instance of Dedicated |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Dedicated |
properties()
Get the properties property: Properties of the dedicated HSM. |
| Sku |
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. |
|
Dedicated |
withLocation(String location) |
|
Dedicated |
withProperties(DedicatedHsmProperties properties)
Set the properties property: Properties of the dedicated HSM. |
|
Dedicated |
withSku(Sku sku)
Set the sku property: SKU details. |
|
Dedicated |
withTags(Map<String,String> tags) |
|
Dedicated |
withZones(List<String> zones)
Set the zones property: The availability zones. |
| List<String> |
zones()
Get the zones property: The availability zones. |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
DedicatedHsmInner
public DedicatedHsmInner()
Creates an instance of DedicatedHsmInner class.
Method Details
fromJson
public static DedicatedHsmInner fromJson(JsonReader jsonReader)
Reads an instance of DedicatedHsmInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DedicatedHsmInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DedicatedHsmInner.name()Returns:
properties
public DedicatedHsmProperties properties()
Get the properties property: Properties of the dedicated HSM.
Returns:
sku
public Sku 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:
DedicatedHsmInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DedicatedHsmInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public DedicatedHsmInner withLocation(String location)
Overrides:
DedicatedHsmInner.withLocation(String location)Parameters:
withProperties
public DedicatedHsmInner withProperties(DedicatedHsmProperties properties)
Set the properties property: Properties of the dedicated HSM.
Parameters:
Returns:
withSku
public DedicatedHsmInner withSku(Sku sku)
Set the sku property: SKU details.
Parameters:
Returns:
withTags
public DedicatedHsmInner withTags(Map<String,String> tags)
Overrides:
DedicatedHsmInner.withTags(Map<String,String> tags)Parameters:
withZones
public DedicatedHsmInner withZones(List<String> zones)
Set the zones property: The availability zones.
Parameters:
Returns:
zones
public List<String> zones()
Get the zones property: The availability zones.
Returns: