ContainerInstance.ContainersListLogsWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- eventListener
- IEventListener
- sender
- ISendAsync