ContainerInstance.ContainerGroupProfileGetByRevisionNumberWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroupProfile> ContainerGroupProfileGetByRevisionNumberWithResult(string subscriptionId, string resourceGroupName, string containerGroupProfileName, string revisionNumber, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync sender);
member this.ContainerGroupProfileGetByRevisionNumberWithResult : string * 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.IContainerGroupProfile>
Public Function ContainerGroupProfileGetByRevisionNumberWithResult (subscriptionId As String, resourceGroupName As String, containerGroupProfileName As String, revisionNumber As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IContainerGroupProfile)

Parameters

subscriptionId
String
resourceGroupName
String
containerGroupProfileName
String
revisionNumber
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to