共用方式為


IApplicationGatewayOperations.GetCertificateAsync Method

Definition

The Get Application Gateway certificate operation retrieves the ssl certificate provisioned for the given gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate> GetCertificateAsync (string gatewayName, string certificateName, System.Threading.CancellationToken cancellationToken);
abstract member GetCertificateAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate>
Public Function GetCertificateAsync (gatewayName As String, certificateName As String, cancellationToken As CancellationToken) As Task(Of ApplicationGatewayGetCertificate)

Parameters

gatewayName
String

The name of the gateway.

certificateName
String

The name of the certificate.

cancellationToken
CancellationToken

Cancellation token.

Returns

Response of GetApplicationGatewayCertificate request.

Applies to