다음을 통해 공유


SpringCloud.DeploymentsListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentResourceCollection> DeploymentsListWithResult(string subscriptionId, string resourceGroupName, string serviceName, string appName, System.Collections.Generic.List<string> version, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.ISendAsync sender);
member this.DeploymentsListWithResult : string * string * string * 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 DeploymentsListWithResult (subscriptionId As String, resourceGroupName As String, serviceName As String, appName As String, version As List(Of String), eventListener As IEventListener, sender As ISendAsync) As Task(Of IDeploymentResourceCollection)

Parameters

subscriptionId
String
resourceGroupName
String
serviceName
String
appName
String
version
List<String>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to