Uses of Class
com.microsoft.azure.management.appservice.CertificateOrderActionType
-
-
Uses of CertificateOrderActionType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return CertificateOrderActionType Modifier and Type Method Description static CertificateOrderActionTypeCertificateOrderActionType. fromString(String value)Parses a serialized value to a CertificateOrderActionType instance.static CertificateOrderActionTypeCertificateOrderActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateOrderActionType[]CertificateOrderActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-