DeletedManagedHsmInner Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. fluent. models. DeletedManagedHsmInner
- com.
Implements
public final class DeletedManagedHsmInner
implements JsonSerializable<DeletedManagedHsmInner>
The DeletedManagedHsm model.
Constructor Summary
Constructor | Description |
---|---|
DeletedManagedHsmInner() |
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 Azure Resource Manager resource ID for the deleted managed HSM Pool. |
String |
name()
Get the name property: The name of the managed HSM Pool. |
Deleted |
properties()
Get the properties property: Properties of the deleted managed HSM. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The resource type of the managed HSM Pool. |
void |
validate()
Validates the instance. |
Deleted |
withProperties(DeletedManagedHsmProperties properties)
Set the properties property: Properties of the deleted managed HSM. |
Methods inherited from java.lang.Object
Constructor Details
DeletedManagedHsmInner
public DeletedManagedHsmInner()
Creates an instance of DeletedManagedHsmInner class.
Method Details
fromJson
public static DeletedManagedHsmInner fromJson(JsonReader jsonReader)
Reads an instance of DeletedManagedHsmInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The Azure Resource Manager resource ID for the deleted managed HSM Pool.
Returns:
name
public String name()
Get the name property: The name of the managed HSM Pool.
Returns:
properties
public DeletedManagedHsmProperties properties()
Get the properties property: Properties of the deleted managed HSM.
Returns:
toJson
type
public String type()
Get the type property: The resource type of the managed HSM Pool.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public DeletedManagedHsmInner withProperties(DeletedManagedHsmProperties properties)
Set the properties property: Properties of the deleted managed HSM.
Parameters:
Returns:
Applies to
Azure SDK for Java