Class KeyVaultKeyReferenceKeyVault

java.lang.Object
com.azure.resourcemanager.logic.models.KeyVaultKeyReferenceKeyVault

public final class KeyVaultKeyReferenceKeyVault extends Object
The key vault reference.
  • Constructor Details

    • KeyVaultKeyReferenceKeyVault

      public KeyVaultKeyReferenceKeyVault()
      Creates an instance of KeyVaultKeyReferenceKeyVault class.
  • Method Details

    • id

      public String id()
      Get the id property: The resource id.
      Returns:
      the id value.
    • withId

      Set the id property: The resource id.
      Parameters:
      id - the id value to set.
      Returns:
      the KeyVaultKeyReferenceKeyVault object itself.
    • name

      public String name()
      Get the name property: The resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type.
      Returns:
      the type value.
    • validate

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