ManagedHsmAction Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. models. ManagedHsmAction
- com.
Implements
public final class ManagedHsmAction
implements JsonSerializable<ManagedHsmAction>
The ManagedHsmAction model.
Constructor Summary
Constructor | Description |
---|---|
ManagedHsmAction() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Json |
toJson(JsonWriter jsonWriter) |
Key |
type()
Get the type property: The type of action. |
void |
validate()
Validates the instance. |
Managed |
withType(KeyRotationPolicyActionType type)
Set the type property: The type of action. |
Methods inherited from java.lang.Object
Constructor Details
ManagedHsmAction
public ManagedHsmAction()
Creates an instance of ManagedHsmAction class.
Method Details
fromJson
public static ManagedHsmAction fromJson(JsonReader jsonReader)
Reads an instance of ManagedHsmAction from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public KeyRotationPolicyActionType type()
Get the type property: The type of action.
Returns:
validate
public void validate()
Validates the instance.
withType
public ManagedHsmAction withType(KeyRotationPolicyActionType type)
Set the type property: The type of action.
Parameters:
Returns:
Applies to
Azure SDK for Java