NotificationEndPointType Enumeration

Enumeration of types of notification endpoint. None = 0, AzureQueue = 1.

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

Syntax

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

Members

Member name Description
AzureQueue Indicates that the type is AzureQueue (1).
None Indicates that the type is None (0).

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace