Delen via


AksArc.VirtualNetworksCreateOrUpdateWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
virtualNetworkName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to