IApplicationGatewayOperations.GetCertificateAsync Method (String, String, CancellationToken)
The Get Application Gateway certificate operation retrieves the ssl certificate provisioned for the given gateway. (see https://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)
Syntax
Task<ApplicationGatewayGetCertificate> GetCertificateAsync(
string gatewayName,
string certificateName,
CancellationToken cancellationToken
)
Task<ApplicationGatewayGetCertificate^>^ GetCertificateAsync(
String^ gatewayName,
String^ certificateName,
CancellationToken cancellationToken
)
abstract GetCertificateAsync :
gatewayName:string *
certificateName:string *
cancellationToken:CancellationToken -> Task<ApplicationGatewayGetCertificate>
Function GetCertificateAsync (
gatewayName As String,
certificateName As String,
cancellationToken As CancellationToken
) As Task(Of ApplicationGatewayGetCertificate)
Parameters
gatewayName
Type: System.StringThe name of the gateway.
certificateName
Type: System.StringThe name of the certificate.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ApplicationGatewayGetCertificate>
Response of GetApplicationGatewayCertificate request.
See Also
IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top