ServiceStatus Enum

Definition

Represents the status of a service retrieved by calling GetServiceListAsync(Uri).

public enum ServiceStatus
type ServiceStatus = 
Public Enum ServiceStatus
Inheritance
ServiceStatus

Fields

Active 1

The service has been successfully created.

Creating 4

The service is being created.

Deleting 3

The service is being deleted.

Failed 5

Creation or deletion was terminated due to persistent failures.

Unknown 0

The service status is not yet known.

Upgrading 2

The service is being upgraded.

Applies to