Alb.FrontendsInterfaceCreateOrUpdateViaJsonStringWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
trafficControllerName
String
frontendName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to