StreamingEndpointState 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.
public enum StreamingEndpointState
type StreamingEndpointState =
Public Enum StreamingEndpointState
- Inheritance
-
StreamingEndpointState
Fields
Name | Value | Description |
---|---|---|
Stopped | 0 | |
Starting | 1 | |
Running | 2 | |
Stopping | 3 | |
Deleting | 4 | |
Scaling | 5 |