StreamingEndpointResourceState Struct

Definition

The resource state of the streaming endpoint.

public readonly struct StreamingEndpointResourceState : IEquatable<Azure.ResourceManager.Media.Models.StreamingEndpointResourceState>
type StreamingEndpointResourceState = struct
Public Structure StreamingEndpointResourceState
Implements IEquatable(Of StreamingEndpointResourceState)
Inheritance
StreamingEndpointResourceState
Implements

Constructors

StreamingEndpointResourceState(String)

Initializes a new instance of StreamingEndpointResourceState.

Properties

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(StreamingEndpointResourceState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StreamingEndpointResourceState, StreamingEndpointResourceState)

Determines if two StreamingEndpointResourceState values are the same.

Implicit(String to StreamingEndpointResourceState)

Converts a string to a StreamingEndpointResourceState.

Inequality(StreamingEndpointResourceState, StreamingEndpointResourceState)

Determines if two StreamingEndpointResourceState values are not the same.

Applies to