ServiceOperationName Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the current active life-cycle operation on a stateful service replica or stateless service instance retrieved by calling GetDeployedReplicaListAsync(String, Uri).
public enum ServiceOperationName
type ServiceOperationName =
Public Enum ServiceOperationName
- Inheritance
-
ServiceOperationName
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Reserved for future use. |
None | 1 | The service replica or instance is not going through any life-cycle changes. |
Open | 2 | The service replica or instance is being opened. |
ChangeRole | 4 | The service replica is changing roles. |
Close | 8 | The service replica or instance is being closed. |
Abort | 16 | The service replica or instance is being aborted. |
Applies to
Azure SDK for .NET