AssetState Enumeration

Specifies the allowed states of an asset.

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

Syntax

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

Members

Member name Description
Deleted Specifies that the asset has been deleted.

Initialized Specifies that the asset is in initialized state.

Published Specifies that the asset is published.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace