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

public final class VaultInner extends com.azure.core.management.Resource
Resource information, as returned by the resource provider.
  • Constructor Details

    • VaultInner

      public VaultInner()
  • Method Details

    • identity

      public IdentityData identity()
      Get the identity property: Identity for the resource.
      Returns:
      the identity value.
    • withIdentity

      public VaultInner withIdentity(IdentityData identity)
      Set the identity property: Identity for the resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the VaultInner object itself.
    • 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.
    • sku

      public Sku sku()
      Get the sku property: Identifies the unique system identifier for each Azure resource.
      Returns:
      the sku value.
    • withSku

      public VaultInner withSku(Sku sku)
      Set the sku property: Identifies the unique system identifier for each Azure resource.
      Parameters:
      sku - the sku value to set.
      Returns:
      the VaultInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • 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.