IApplicationGatewayOperations::GetCertificateAsync Method (String^, String^, CancellationToken)
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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<ApplicationGatewayGetCertificate^>^ GetCertificateAsync( String^ gatewayName, String^ certificateName, CancellationToken cancellationToken )
Parameters
- gatewayName
-
Type:
System::String^
The name of the gateway.
- certificateName
-
Type:
System::String^
The name of the certificate.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<ApplicationGatewayGetCertificate^>^Response of GetApplicationGatewayCertificate request.
Show: