ContainerInstance.ContainersExecuteCommandWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerExecResponse> ContainersExecuteCommandWithResult(string subscriptionId, string resourceGroupName, string containerGroupName, string containerName, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerExecRequest 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.ContainersExecuteCommandWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerExecRequest * 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.IContainerExecResponse>
Public Function ContainersExecuteCommandWithResult (subscriptionId As String, resourceGroupName As String, containerGroupName As String, containerName As String, body As IContainerExecRequest, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IContainerExecResponse)

Parameters

subscriptionId
String
resourceGroupName
String
containerGroupName
String
containerName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to