Class VaultInner


  • public final class VaultInner
    extends com.azure.core.management.ProxyResource
    Vault information.
    • Constructor Detail

      • VaultInner

        public VaultInner()
    • Method Detail

      • location

        public String location()
        Get the location property: Resource location.
        Returns:
        the location value.
      • withLocation

        public VaultInner withLocation​(String location)
        Set the location property: Resource location.
        Parameters:
        location - the location value to set.
        Returns:
        the VaultInner object itself.
      • vaultName

        public String vaultName()
        Get the vaultName property: Vault Name.
        Returns:
        the vaultName value.
      • withVaultName

        public VaultInner withVaultName​(String vaultName)
        Set the vaultName property: Vault Name.
        Parameters:
        vaultName - the vaultName value to set.
        Returns:
        the VaultInner object itself.
      • validate

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