Class DeletedManagedHsmInner

java.lang.Object
com.azure.resourcemanager.keyvault.fluent.models.DeletedManagedHsmInner

public final class DeletedManagedHsmInner extends Object
The DeletedManagedHsm model.
  • Constructor Details

    • DeletedManagedHsmInner

      public DeletedManagedHsmInner()
  • Method Details

    • id

      public String id()
      Get the id property: The Azure Resource Manager resource ID for the deleted managed HSM Pool.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: The name of the managed HSM Pool.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type of the managed HSM Pool.
      Returns:
      the type value.
    • properties

      public DeletedManagedHsmProperties properties()
      Get the properties property: Properties of the deleted managed HSM.
      Returns:
      the properties value.
    • withProperties

      public DeletedManagedHsmInner withProperties(DeletedManagedHsmProperties properties)
      Set the properties property: Properties of the deleted managed HSM.
      Parameters:
      properties - the properties value to set.
      Returns:
      the DeletedManagedHsmInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.