ManagedNetworkFabric.RoutePoliciesUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRoutePolicy> RoutePoliciesUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string routePolicyName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.ISendAsync sender);
member this.RoutePoliciesUpdateViaJsonStringWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRoutePolicy>
Public Function RoutePoliciesUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, routePolicyName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IRoutePolicy)

Parameters

subscriptionId
String
resourceGroupName
String
routePolicyName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to