IApplicationGatewayOperations.ListCertificateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Application Gateway certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate> ListCertificateAsync (string gatewayName, System.Threading.CancellationToken cancellationToken);
abstract member ListCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate>
Public Function ListCertificateAsync (gatewayName As String, cancellationToken As CancellationToken) As Task(Of ApplicationGatewayListCertificate)
Parameters
- gatewayName
- String
Gateway name
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The response to a ListApplicationGatewayCertificate request.