ManagedServices.RegistrationAssignmentsListViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationAssignmentList> RegistrationAssignmentsListViaIdentityWithResult(string viaIdentity, bool? ExpandRegistrationDefinition, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ISendAsync sender);
member this.RegistrationAssignmentsListViaIdentityWithResult : string * Nullable<bool> * Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationAssignmentList>
Public Function RegistrationAssignmentsListViaIdentityWithResult (viaIdentity As String, ExpandRegistrationDefinition As Nullable(Of Boolean), eventListener As IEventListener, sender As ISendAsync) As Task(Of IRegistrationAssignmentList)

Parameters

viaIdentity
String
ExpandRegistrationDefinition
Nullable<Boolean>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to