DeletedVault Interface
Implements
public interface DeletedVault
extends HasInnerModel<DeletedVaultInner>, HasName, HasId
An immutable client-side representation of an Azure Key Vault.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Offset |
deletionDate()
Get the deletion |
abstract String |
location()
Get the location value. |
abstract
Offset |
scheduledPurgeDate()
Get the scheduled |
abstract Map<String,String> |
tags()
Get the tags value. |
Method Details
deletionDate
public abstract OffsetDateTime deletionDate()
Get the deletionDate value.
Returns:
the deletionDate value
location
public abstract String location()
Get the location value.
Returns:
the location value
scheduledPurgeDate
public abstract OffsetDateTime scheduledPurgeDate()
Get the scheduledPurgeDate value.
Returns:
the scheduledPurgeDate value
tags
public abstract Map
Get the tags value.
Returns:
the tags value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java