Language

EdgeOrder.CreateAddressViaJsonStringWithResult Method

Definition

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

Parameters

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

Returns

Applies to