Share via


IApplicationGatewayOperations.ListCertificateAsync Method (String, CancellationToken)

 

The List Application Gateway certificates. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

Task<ApplicationGatewayListCertificate> ListCertificateAsync(
    string gatewayName,
    CancellationToken cancellationToken
)
Task<ApplicationGatewayListCertificate^>^ ListCertificateAsync(
    String^ gatewayName,
    CancellationToken cancellationToken
)
abstract ListCertificateAsync : 
        gatewayName:string *
        cancellationToken:CancellationToken -> Task<ApplicationGatewayListCertificate>
Function ListCertificateAsync (
    gatewayName As String,
    cancellationToken As CancellationToken
) As Task(Of ApplicationGatewayListCertificate)

Parameters

Return Value

Type: System.Threading.Tasks.Task<ApplicationGatewayListCertificate>

The response to a ListApplicationGatewayCertificate request.

See Also

IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace

Return to top