Class ManagedHsmInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.keyvault.models.ManagedHsmResource
com.azure.resourcemanager.keyvault.fluent.models.ManagedHsmInner
Resource information with extended details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Properties of the managed HSM.voidvalidate()Validates the instance.withLocation(String location) withProperties(ManagedHsmProperties properties) Set the properties property: Properties of the managed HSM.withSku(ManagedHsmSku sku) Set the sku property: SKU details.Methods inherited from class com.azure.resourcemanager.keyvault.models.ManagedHsmResource
sku, systemDataMethods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ManagedHsmInner
public ManagedHsmInner()
-
-
Method Details
-
properties
Get the properties property: Properties of the managed HSM.- Returns:
- the properties value.
-
withProperties
Set the properties property: Properties of the managed HSM.- Parameters:
properties- the properties value to set.- Returns:
- the ManagedHsmInner object itself.
-
withSku
Set the sku property: SKU details.- Overrides:
withSkuin classManagedHsmResource- Parameters:
sku- the sku value to set.- Returns:
- the ManagedHsmResource object itself.
-
withLocation
- Overrides:
withLocationin classManagedHsmResource
-
withTags
- Overrides:
withTagsin classManagedHsmResource
-
validate
public void validate()Validates the instance.- Overrides:
validatein classManagedHsmResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-