ManagedServices.RegistrationAssignmentsGetViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationAssignment> RegistrationAssignmentsGetViaIdentityWithResult(string viaIdentity, bool? ExpandRegistrationDefinition, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ISendAsync sender);
member this.RegistrationAssignmentsGetViaIdentityWithResult : 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.IRegistrationAssignment>
Public Function RegistrationAssignmentsGetViaIdentityWithResult (viaIdentity As String, ExpandRegistrationDefinition As Nullable(Of Boolean), eventListener As IEventListener, sender As ISendAsync) As Task(Of IRegistrationAssignment)

Parameters

viaIdentity
String
ExpandRegistrationDefinition
Nullable<Boolean>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to