ManagedServices.RegistrationDefinitionsCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationDefinition> RegistrationDefinitionsCreateOrUpdateWithResult(string scope, string registrationDefinitionId, Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationDefinition 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.RegistrationDefinitionsCreateOrUpdateWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IRegistrationDefinition * 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.IRegistrationDefinition>
Public Function RegistrationDefinitionsCreateOrUpdateWithResult (scope As String, registrationDefinitionId As String, body As IRegistrationDefinition, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IRegistrationDefinition)

Parameters

scope
String
registrationDefinitionId
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to