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 OffsetDateTime deletionDate()

Get the deletionDate value.

abstract String location()

Get the location value.

abstract OffsetDateTime scheduledPurgeDate()

Get the scheduledPurgeDate value.

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 tags()

Get the tags value.

Returns:

the tags value

Applies to