SignalRProvisioningState 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 resource.
public enum SignalRProvisioningState
type SignalRProvisioningState =
Public Enum SignalRProvisioningState
- Inheritance
-
SignalRProvisioningState
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown. |
Succeeded | 1 | Succeeded. |
Failed | 2 | Failed. |
Canceled | 3 | Canceled. |
Running | 4 | Running. |
Creating | 5 | Creating. |
Updating | 6 | Updating. |
Deleting | 7 | Deleting. |
Moving | 8 | Moving. |