CommunicationServiceResource.LinkNotificationHub Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Verknüpft einen Azure Notification Hub mit diesem Kommunikationsdienst.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/linkNotificationHub
- Vorgangs-IdCommunicationServices_LinkNotificationHub
public virtual Azure.Response<Azure.ResourceManager.Communication.Models.LinkedNotificationHub> LinkNotificationHub (Azure.ResourceManager.Communication.Models.LinkNotificationHubContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member LinkNotificationHub : Azure.ResourceManager.Communication.Models.LinkNotificationHubContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Communication.Models.LinkedNotificationHub>
override this.LinkNotificationHub : Azure.ResourceManager.Communication.Models.LinkNotificationHubContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Communication.Models.LinkedNotificationHub>
Public Overridable Function LinkNotificationHub (Optional content As LinkNotificationHubContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LinkedNotificationHub)
Parameter
- content
- LinkNotificationHubContent
Für den Vorgang bereitgestellte Parameter.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET