ContainerAppEnvironmentProvisioningState 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.
Provisioning state of the Environment.
public enum ContainerAppEnvironmentProvisioningState
type ContainerAppEnvironmentProvisioningState =
Public Enum ContainerAppEnvironmentProvisioningState
- Inheritance
-
ContainerAppEnvironmentProvisioningState
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | Succeeded. |
Failed | 1 | Failed. |
Canceled | 2 | Canceled. |
Waiting | 3 | Waiting. |
InitializationInProgress | 4 | InitializationInProgress. |
InfrastructureSetupInProgress | 5 | InfrastructureSetupInProgress. |
InfrastructureSetupComplete | 6 | InfrastructureSetupComplete. |
ScheduledForDelete | 7 | ScheduledForDelete. |
UpgradeRequested | 8 | UpgradeRequested. |
UpgradeFailed | 9 | UpgradeFailed. |
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET