Share via


ChannelState Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Specifies the state of a channel.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
Public Enumeration ChannelState
'Usage
Dim instance As ChannelState
public enum ChannelState
public enum class ChannelState
type ChannelState
public enum ChannelState

Members

Member name Description
Deleting
Running Channel is running.

Starting Channel is starting.

Stopped Channel is stopped.

Stopping Channel is stopping.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace