Class KeyVaultReference

java.lang.Object
com.azure.resourcemanager.resources.models.KeyVaultReference

public final class KeyVaultReference extends Object
Azure Key Vault reference.
  • Constructor Details

    • KeyVaultReference

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

    • id

      public String id()
      Get the id property: Azure Key Vault resource id.
      Returns:
      the id value.
    • withId

      public KeyVaultReference withId(String id)
      Set the id property: Azure Key Vault resource id.
      Parameters:
      id - the id value to set.
      Returns:
      the KeyVaultReference object itself.
    • validate

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