Condividi tramite


FrontDoor.FrontDoorsCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor> FrontDoorsCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string frontDoorName, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor 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.FrontDoorsCreateOrUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor * 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.IFrontDoor>
Public Function FrontDoorsCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, frontDoorName As String, body As IFrontDoor, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IFrontDoor)

Parameters

subscriptionId
String
resourceGroupName
String
frontDoorName
String
body
IFrontDoor
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to