ContainerInstance.ContainerGroupsUpdateViaJsonStringWithResult Method

Definition

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

Parameters

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

Returns

Applies to