ServiceStatus Enum
- java.
lang. Object - java.
lang. Enum<ServiceStatus> - system.
fabric. query. ServiceStatus
- system.
- java.
public enum ServiceStatus
Represents the status of a service retrieved by calling system.fabric.client.QueryClient#getServiceListAsync(java.net.URI, java.net.URI, String, java.time.Duration)
Fields
Active |
The service has been successfully created. |
Deleting |
The service is being deleted. |
Unknown |
The service status is not yet known. |
Upgrading |
The service is being upgraded. |
Methods
getValue()
public int getValue()
Returns
int
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java