UpgradeDomainState 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.
Enumerates the states of an upgrade domain.
public enum UpgradeDomainState
type UpgradeDomainState =
Public Enum UpgradeDomainState
- Inheritance
-
UpgradeDomainState
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that this upgrade is not valid. All Service Fabric enumerations have the invalid type. |
Pending | 1 | Indicates that the upgrade is pending and has not started. |
InProgress | 2 | Indicates that the upgrade is in progress. |
Completed | 3 | Indicates that the upgrade is completed. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET