DeletedVaultInner Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. fluent. models. DeletedVaultInner
- com.
Implements
public final class DeletedVaultInner
implements JsonSerializable<DeletedVaultInner>
Deleted vault information with extended details.
Constructor Summary
Constructor | Description |
---|---|
DeletedVaultInner() |
Creates an instance of Deleted |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deleted |
fromJson(JsonReader jsonReader)
Reads an instance of Deleted |
String |
id()
Get the id property: The resource ID for the deleted key vault. |
String |
name()
Get the name property: The name of the key vault. |
Deleted |
properties()
Get the properties property: Properties of the vault. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The resource type of the key vault. |
void |
validate()
Validates the instance. |
Deleted |
withProperties(DeletedVaultProperties properties)
Set the properties property: Properties of the vault. |
Methods inherited from java.lang.Object
Constructor Details
DeletedVaultInner
public DeletedVaultInner()
Creates an instance of DeletedVaultInner class.
Method Details
fromJson
public static DeletedVaultInner fromJson(JsonReader jsonReader)
Reads an instance of DeletedVaultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The resource ID for the deleted key vault.
Returns:
name
public String name()
Get the name property: The name of the key vault.
Returns:
properties
public DeletedVaultProperties properties()
Get the properties property: Properties of the vault.
Returns:
toJson
type
public String type()
Get the type property: The resource type of the key vault.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public DeletedVaultInner withProperties(DeletedVaultProperties properties)
Set the properties property: Properties of the vault.
Parameters:
Returns:
Applies to
Azure SDK for Java