Interface DeletedVault

All Superinterfaces:
HasId, HasInner<com.microsoft.azure.management.keyvault.implementation.DeletedVaultInner>, HasName

@Beta(V1_11_0) public interface DeletedVault extends HasInner<com.microsoft.azure.management.keyvault.implementation.DeletedVaultInner>, HasName, HasId
An immutable client-side representation of an Azure Key Vault.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
    Get the deletionDate value.
    Get the location value.
    org.joda.time.DateTime
    Get the scheduledPurgeDate value.
    Get the tags value.

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId

    id

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

    inner

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName

    name
  • Method Details

    • location

      String location()
      Get the location value.
      Returns:
      the location value
    • deletionDate

      org.joda.time.DateTime deletionDate()
      Get the deletionDate value.
      Returns:
      the deletionDate value
    • scheduledPurgeDate

      org.joda.time.DateTime scheduledPurgeDate()
      Get the scheduledPurgeDate value.
      Returns:
      the scheduledPurgeDate value
    • tags

      Map<String,String> tags()
      Get the tags value.
      Returns:
      the tags value