共用方式為


ActionType Enum

  • java.lang.Object
    • java.lang.Enum<ActionType>
      • com.microsoft.azure.keyvault.models.ActionType

public enum ActionType

Defines values for ActionType.

Fields

AUTO_RENEW

Enum value AutoRenew.

EMAIL_CONTACTS

Enum value EmailContacts.

Methods

fromString(String value)

public static ActionType fromString(String value)

Parses a serialized value to a ActionType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed ActionType object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to