ManagedServices.RegistrationAssignmentsListWithResult Method

Definition

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

Parameters

scope
String
ExpandRegistrationDefinition
Nullable<Boolean>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to