IApplicationGatewayOperations::ListCertificateAsync Method (String^, CancellationToken)

 

The List Application Gateway certificates. (see http://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)

Task<ApplicationGatewayListCertificate^>^ ListCertificateAsync(
	String^ gatewayName,
	CancellationToken cancellationToken
)

Parameters

gatewayName
Type: System::String^

Gateway name

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The response to a ListApplicationGatewayCertificate request.

Return to top
Show: