次の方法で共有


NotificationEndPointCollection.Create メソッド

定義

オーバーロード

Create(String, NotificationEndPointType, String)
Create(String, NotificationEndPointType, String, Byte[])

Create(String, NotificationEndPointType, String)

public Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint Create (string name, Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType endPointType, string endPointAddress);
member this.Create : string * Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType * string -> Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint
Public Function Create (name As String, endPointType As NotificationEndPointType, endPointAddress As String) As INotificationEndPoint

パラメーター

name
String
endPointAddress
String

戻り値

適用対象

Create(String, NotificationEndPointType, String, Byte[])

public Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint Create (string name, Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType endPointType, string endPointAddress, byte[] credential);
member this.Create : string * Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType * string * byte[] -> Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint
Public Function Create (name As String, endPointType As NotificationEndPointType, endPointAddress As String, credential As Byte()) As INotificationEndPoint

パラメーター

name
String
endPointAddress
String
credential
Byte[]

戻り値

適用対象