SpringCloud.BuildServiceGetBuildWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuild> BuildServiceGetBuildWithResult(string subscriptionId, string resourceGroupName, string serviceName, string buildServiceName, string buildName, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.ISendAsync sender);
member this.BuildServiceGetBuildWithResult : string * string * string * string * 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.IBuild>
Public Function BuildServiceGetBuildWithResult (subscriptionId As String, resourceGroupName As String, serviceName As String, buildServiceName As String, buildName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IBuild)

Parameters

subscriptionId
String
resourceGroupName
String
serviceName
String
buildServiceName
String
buildName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to