NotificationEndPointCollection.CreateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CreateAsync(String, NotificationEndPointType, String) | |
CreateAsync(String, NotificationEndPointType, String, Byte[]) |
CreateAsync(String, NotificationEndPointType, String)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint> CreateAsync (string name, Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType endPointType, string endPointAddress);
member this.CreateAsync : string * Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint>
Public Function CreateAsync (name As String, endPointType As NotificationEndPointType, endPointAddress As String) As Task(Of INotificationEndPoint)
Paramètres
- name
- String
- endPointType
- NotificationEndPointType
- endPointAddress
- String
Retours
S’applique à
CreateAsync(String, NotificationEndPointType, String, Byte[])
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint> CreateAsync (string name, Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType endPointType, string endPointAddress, byte[] credential);
member this.CreateAsync : string * Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType * string * byte[] -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint>
Public Function CreateAsync (name As String, endPointType As NotificationEndPointType, endPointAddress As String, credential As Byte()) As Task(Of INotificationEndPoint)
Paramètres
- name
- String
- endPointType
- NotificationEndPointType
- endPointAddress
- String
- credential
- Byte[]
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET