SpringCloud.DeploymentsListViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentResourceCollection> DeploymentsListViaIdentityWithResult(string viaIdentity, System.Collections.Generic.List<string> version, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.ISendAsync sender);
member this.DeploymentsListViaIdentityWithResult : string * System.Collections.Generic.List<string> * Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentResourceCollection>
Public Function DeploymentsListViaIdentityWithResult (viaIdentity As String, version As List(Of String), eventListener As IEventListener, sender As ISendAsync) As Task(Of IDeploymentResourceCollection)

Parameters

viaIdentity
String
version
List<String>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to