Class ManagedHsmSku

java.lang.Object
com.azure.resourcemanager.keyvault.models.ManagedHsmSku

public final class ManagedHsmSku extends Object
SKU details.
  • Constructor Details

    • ManagedHsmSku

      public ManagedHsmSku()
  • Method Details

    • family

      public ManagedHsmSkuFamily family()
      Get the family property: SKU Family of the managed HSM Pool.
      Returns:
      the family value.
    • withFamily

      public ManagedHsmSku withFamily(ManagedHsmSkuFamily family)
      Set the family property: SKU Family of the managed HSM Pool.
      Parameters:
      family - the family value to set.
      Returns:
      the ManagedHsmSku object itself.
    • name

      public ManagedHsmSkuName name()
      Get the name property: SKU of the managed HSM Pool.
      Returns:
      the name value.
    • withName

      public ManagedHsmSku withName(ManagedHsmSkuName name)
      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.