ContainerInstance.ContainerGroupsUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroup> ContainerGroupsUpdateWithResult(string subscriptionId, string resourceGroupName, string containerGroupName, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IResource body, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.ContainerGroupsUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IResource * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroup>
Public Function ContainerGroupsUpdateWithResult (subscriptionId As String, resourceGroupName As String, containerGroupName As String, body As IResource, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IContainerGroup)

Parameters

subscriptionId
String
resourceGroupName
String
containerGroupName
String
body
IResource
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to