Uses of Enum
com.azure.resourcemanager.appservice.models.CertificateOrderStatus
Packages that use CertificateOrderStatus
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 CertificateOrderStatusModifier and TypeMethodDescriptionAppServiceCertificateOrderInner.status()
Get the status property: Current order status.AppServiceCertificateOrderPatchResourceProperties.status()
Get the status property: Current order status.AppServiceCertificateOrderProperties.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 CertificateOrderStatusModifier and TypeMethodDescriptionstatic CertificateOrderStatus
CertificateOrderStatus.fromString
(String value) Parses a serialized value to a CertificateOrderStatus instance.AppServiceCertificateOrder.status()
Gets current order status.AppServiceCertificateOrderPatchResource.status()
Get the status property: Current order status.static CertificateOrderStatus
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.