java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.keyvault.fluent.models.VaultInner

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

    • VaultInner

      public VaultInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: System metadata for the key vault.
      Returns:
      the systemData value.
    • 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.