Uses of Class
com.azure.resourcemanager.appservice.models.CertificateOrderStatus
-
Packages that use CertificateOrderStatus Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of CertificateOrderStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificateOrderStatus Modifier and Type Method Description CertificateOrderStatusAppServiceCertificateOrderInner. status()Get the status property: Current order status.CertificateOrderStatusAppServiceCertificateOrderPatchResourceProperties. status()Get the status property: Current order status.CertificateOrderStatusAppServiceCertificateOrderProperties. status()Get the status property: Current order status. -
Uses of CertificateOrderStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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 the status property: 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.
-