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