ManagedServices.RegistrationAssignmentsGetWithResult Method

Definition

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

Parameters

scope
String
registrationAssignmentId
String
ExpandRegistrationDefinition
Nullable<Boolean>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to