NotificationEndPointCollection.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- name
- String
- endPointType
- NotificationEndPointType
- endPointAddress
- String
Returns
Applies to
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
Parameters
- name
- String
- endPointType
- NotificationEndPointType
- endPointAddress
- String
- credential
- Byte[]
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET