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 | |
---|---|---|
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. | |
EndPointType | Get the type of notification endpoint. The only valid value is: AzureQueue = 1. | |
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> | |
Name | Gets the friendly name of notification endpoint. The maximum length is 4000. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the existing end point. | |
DeleteAsync | Deletes the existing end point. | |
Update | Updates the existing end point. | |
UpdateAsync | Updates the existing end point. |
Top