public final class DeletedVaultInner extends Object
| Constructor and Description |
|---|
DeletedVaultInner() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
DeletedVaultProperties |
properties()
Get the properties property: Properties of the vault.
|
String |
type()
Get the type property: The resource type of the key vault.
|
void |
validate()
Validates the instance.
|
DeletedVaultInner |
withProperties(DeletedVaultProperties properties)
Set the properties property: Properties of the vault.
|
public String id()
public String name()
public String type()
public DeletedVaultProperties properties()
public DeletedVaultInner withProperties(DeletedVaultProperties properties)
properties - the properties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.