ManagedServices.RegistrationAssignmentsCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationAssignment> RegistrationAssignmentsCreateOrUpdateWithResult(string scope, string registrationAssignmentId, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationAssignment body, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.RegistrationAssignmentsCreateOrUpdateWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationAssignment * Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationAssignment>
Public Function RegistrationAssignmentsCreateOrUpdateWithResult (scope As String, registrationAssignmentId As String, body As IRegistrationAssignment, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IRegistrationAssignment)

Parameters

scope
String
registrationAssignmentId
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to