StreamingEndpointResourceState Struct
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.
Defines values for StreamingEndpointResourceState.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StreamingEndpointResourceStateConverter))]
public struct StreamingEndpointResourceState : IEquatable<Microsoft.Azure.Management.Media.Models.StreamingEndpointResourceState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StreamingEndpointResourceStateConverter))>]
type StreamingEndpointResourceState = struct
Public Structure StreamingEndpointResourceState
Implements IEquatable(Of StreamingEndpointResourceState)
- Inheritance
-
StreamingEndpointResourceState
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Deleting |
The streaming endpoint is being deleted. |
Running |
The streaming endpoint is running. It is able to stream content to clients |
Scaling |
The streaming endpoint is increasing or decreasing scale units. |
Starting |
The streaming endpoint is transitioning to the running state. |
Stopped |
The initial state of a streaming endpoint after creation. Content is not ready to be streamed from this endpoint. |
Stopping |
The streaming endpoint is transitioning to the stopped state. |
Methods
Equals(Object) |
Overrides Equals operator for StreamingEndpointResourceState |
Equals(StreamingEndpointResourceState) |
Compares enums of type StreamingEndpointResourceState |
GetHashCode() |
Returns for hashCode StreamingEndpointResourceState |
ToString() |
Returns string representation for StreamingEndpointResourceState |
Operators
Equality(StreamingEndpointResourceState, StreamingEndpointResourceState) |
Overriding == operator for enum StreamingEndpointResourceState |
Implicit(StreamingEndpointResourceState to String) |
Implicit operator to convert StreamingEndpointResourceState to string |
Implicit(String to StreamingEndpointResourceState) |
Implicit operator to convert string to StreamingEndpointResourceState |
Inequality(StreamingEndpointResourceState, StreamingEndpointResourceState) |
Overriding != operator for enum StreamingEndpointResourceState |