IApplicationGatewayOperations.GetCertificateAsync 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 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.