ManagedServices.RegistrationAssignmentsGetWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- eventListener
- IEventListener
- sender
- ISendAsync