ContainerInstance.ContainerGroupProfileListAllRevisionsWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroupProfileListResult> ContainerGroupProfileListAllRevisionsWithResult(string subscriptionId, string resourceGroupName, string containerGroupProfileName, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync sender);
member this.ContainerGroupProfileListAllRevisionsWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroupProfileListResult>
Public Function ContainerGroupProfileListAllRevisionsWithResult (subscriptionId As String, resourceGroupName As String, containerGroupProfileName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IContainerGroupProfileListResult)

Parameters

subscriptionId
String
resourceGroupName
String
containerGroupProfileName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to