Sdílet prostřednictvím


EventGrid.PartnerRegistrationsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration> PartnerRegistrationsGetWithResult (string subscriptionId, string resourceGroupName, string partnerRegistrationName, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync sender);
member this.PartnerRegistrationsGetWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration>
Public Function PartnerRegistrationsGetWithResult (subscriptionId As String, resourceGroupName As String, partnerRegistrationName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IPartnerRegistration)

Parameters

subscriptionId
String
resourceGroupName
String
partnerRegistrationName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to