ApplicationGatewayOperationsExtensions::GetCertificateAsync Method (IApplicationGatewayOperations^, String^, String^)

 

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)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public:
[ExtensionAttribute]
static Task<ApplicationGatewayGetCertificate^>^ GetCertificateAsync(
	IApplicationGatewayOperations^ operations,
	String^ gatewayName,
	String^ certificateName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network::IApplicationGatewayOperations^

Reference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.

gatewayName
Type: System::String^

Required. The name of the gateway.

certificateName
Type: System::String^

Required. The name of the certificate.

Return Value

Type: System.Threading.Tasks::Task<ApplicationGatewayGetCertificate^>^

Response of GetApplicationGatewayCertificate request.

Return to top
Show: