Class VaultInner


  • public final class VaultInner
    extends com.azure.core.management.Resource
    Resource information with extended details.
    • Constructor Detail

      • VaultInner

        public VaultInner()
    • Method Detail

      • properties

        public VaultProperties properties()
        Get the properties property: Properties of the vault.
        Returns:
        the properties value.
      • withProperties

        public VaultInner withProperties​(VaultProperties properties)
        Set the properties property: Properties of the vault.
        Parameters:
        properties - the properties value to set.
        Returns:
        the VaultInner object itself.
      • withLocation

        public VaultInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • withTags

        public VaultInner withTags​(Map<String,​String> tags)
        Overrides:
        withTags in class com.azure.core.management.Resource
      • validate

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