ContainerInstance.ContainerGroupProfilesGetViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroupProfile> ContainerGroupProfilesGetViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync sender);
member this.ContainerGroupProfilesGetViaIdentityWithResult : 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 ContainerGroupProfilesGetViaIdentityWithResult (viaIdentity As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IContainerGroupProfile)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to