Functions.AppServiceCertificateOrdersListCertificatesWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceCertificateCollection> AppServiceCertificateOrdersListCertificatesWithResult(string subscriptionId, string resourceGroupName, string certificateOrderName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.AppServiceCertificateOrdersListCertificatesWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceCertificateCollection>
Public Function AppServiceCertificateOrdersListCertificatesWithResult (subscriptionId As String, resourceGroupName As String, certificateOrderName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IAppServiceCertificateCollection)

Parameters

subscriptionId
String
resourceGroupName
String
certificateOrderName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to