ContainerInstance.ContainersListLogsWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ILogs> ContainersListLogsWithResult(string subscriptionId, string resourceGroupName, string containerGroupName, string containerName, int? tail, bool? timestamps, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync sender);
member this.ContainersListLogsWithResult : string * string * string * string * Nullable<int> * Nullable<bool> * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ILogs>
Public Function ContainersListLogsWithResult (subscriptionId As String, resourceGroupName As String, containerGroupName As String, containerName As String, tail As Nullable(Of Integer), timestamps As Nullable(Of Boolean), eventListener As IEventListener, sender As ISendAsync) As Task(Of ILogs)

Parameters

subscriptionId
String
resourceGroupName
String
containerGroupName
String
containerName
String
tail
Nullable<Int32>
timestamps
Nullable<Boolean>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to