Condividi tramite


Communication.CommunicationServicesLinkNotificationHubWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ILinkedNotificationHub> CommunicationServicesLinkNotificationHubWithResult(string subscriptionId, string resourceGroupName, string communicationServiceName, Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ILinkNotificationHubParameters body, Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.CommunicationServicesLinkNotificationHubWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ILinkNotificationHubParameters * Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ILinkedNotificationHub>
Public Function CommunicationServicesLinkNotificationHubWithResult (subscriptionId As String, resourceGroupName As String, communicationServiceName As String, body As ILinkNotificationHubParameters, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of ILinkedNotificationHub)

Parameters

subscriptionId
String
resourceGroupName
String
communicationServiceName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to