ServiceStatus Enum

Definition

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

C#
public enum ServiceStatus
Inheritance
ServiceStatus

Fields

Name Value Description
Unknown 0

The service status is not yet known.

Active 1

The service has been successfully created.

Upgrading 2

The service is being upgraded.

Deleting 3

The service is being deleted.

Creating 4

The service is being created.

Failed 5

Creation or deletion was terminated due to persistent failures.

Applies to

Product Versions
Azure SDK for .NET Legacy, Latest