SpringCloud.BuildServiceGetSupportedBuildpackWithResult Method

Definition

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

Parameters

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

Returns

Applies to