ContainerInstance.ContainersListLogsViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ILogs> ContainersListLogsViaIdentityWithResult(string viaIdentity, int? tail, bool? timestamps, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync sender);
member this.ContainersListLogsViaIdentityWithResult : 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 ContainersListLogsViaIdentityWithResult (viaIdentity As String, tail As Nullable(Of Integer), timestamps As Nullable(Of Boolean), eventListener As IEventListener, sender As ISendAsync) As Task(Of ILogs)

Parameters

viaIdentity
String
tail
Nullable<Int32>
timestamps
Nullable<Boolean>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to