Freigeben über


FrontDoor.RulesEnginesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine> RulesEnginesCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string frontDoorName, string rulesEngineName, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine body, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.RulesEnginesCreateOrUpdateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine * Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine>
Public Function RulesEnginesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, frontDoorName As String, rulesEngineName As String, body As IRulesEngine, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IRulesEngine)

Parameters

subscriptionId
String
resourceGroupName
String
frontDoorName
String
rulesEngineName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to