VaultInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. keyvault. fluent. models. VaultInner
- com.
- com.
- com.
public final class VaultInner
extends Resource
Resource information with extended details.
Constructor Summary
Constructor | Description |
---|---|
VaultInner() |
Creates an instance of Vault |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vault |
fromJson(JsonReader jsonReader)
Reads an instance of Vault |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Vault |
properties()
Get the properties property: Properties of the vault. |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Vault |
withLocation(String location) |
Vault |
withProperties(VaultProperties properties)
Set the properties property: Properties of the vault. |
Vault |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
VaultInner
public VaultInner()
Creates an instance of VaultInner class.
Method Details
fromJson
public static VaultInner fromJson(JsonReader jsonReader)
Reads an instance of VaultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
VaultInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
VaultInner.name()Returns:
properties
public VaultProperties properties()
Get the properties property: Properties of the vault.
Returns:
systemData
public SystemData systemData()
Get the systemData property: System metadata for the key vault.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
VaultInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
VaultInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public VaultInner withLocation(String location)
Overrides:
VaultInner.withLocation(String location)Parameters:
withProperties
public VaultInner withProperties(VaultProperties properties)
Set the properties property: Properties of the vault.
Parameters:
Returns:
withTags
public VaultInner withTags(Map
Overrides:
VaultInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java