Class ManagedHsmSku
java.lang.Object
com.azure.resourcemanager.keyvault.models.ManagedHsmSku
SKU details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfamily()Get the family property: SKU Family of the managed HSM Pool.name()Get the name property: SKU of the managed HSM Pool.voidvalidate()Validates the instance.withFamily(ManagedHsmSkuFamily family) Set the family property: SKU Family of the managed HSM Pool.withName(ManagedHsmSkuName name) Set the name property: SKU of the managed HSM Pool.
-
Constructor Details
-
ManagedHsmSku
public ManagedHsmSku()
-
-
Method Details
-
family
Get the family property: SKU Family of the managed HSM Pool.- Returns:
- the family value.
-
withFamily
Set the family property: SKU Family of the managed HSM Pool.- Parameters:
family- the family value to set.- Returns:
- the ManagedHsmSku object itself.
-
name
Get the name property: SKU of the managed HSM Pool.- Returns:
- the name value.
-
withName
Set the name property: SKU of the managed HSM Pool.- Parameters:
name- the name value to set.- Returns:
- the ManagedHsmSku object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-