ManagedNetworkFabric.InternetGatewayRulesCreateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternetGatewayRule> InternetGatewayRulesCreateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string internetGatewayRuleName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.ISendAsync sender);
member this.InternetGatewayRulesCreateViaJsonStringWithResult : 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.IInternetGatewayRule>
Public Function InternetGatewayRulesCreateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, internetGatewayRuleName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IInternetGatewayRule)

Parameters

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

Returns

Applies to