INotificationEndPoint Interface

The endpoint to which the notifications about the job state are sent.

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

Syntax

'Declaration
Public Interface INotificationEndPoint
'Usage
Dim instance As INotificationEndPoint
public interface INotificationEndPoint
public interface class INotificationEndPoint
type INotificationEndPoint =  interface end
public interface INotificationEndPoint

The INotificationEndPoint type exposes the following members.

Properties

  Name Description
Public property EndPointAddress The EndpointAddress is the name of AzureQueue to use. The naming rules of azure queue are enforced. For more information, see Naming Queues and Metadata.
Public property EndPointType Get the type of notification endpoint. The only valid value is: AzureQueue = 1.
Public property Id Gets the ID of the notification endpoint. The ID is a primary key assigned upon creation with the following format: nb:ncid:UUID:<GUID>
Public property Name Gets the friendly name of notification endpoint. The maximum length is 4000.

Top

Methods

  Name Description
Public method Delete Deletes the existing end point.
Public method DeleteAsync Deletes the existing end point.
Public method Update Updates the existing end point.
Public method UpdateAsync Updates the existing end point.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace