ApplicationGatewayOperationsExtensions::BeginAddCertificateAsync Method (IApplicationGatewayOperations^, String^, String^, ApplicationGatewayCertificate^)

 

The Begin Add certificate operation adds the ssl certificate to the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

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

public:
[ExtensionAttribute]
static Task<GatewayOperationResponse^>^ BeginAddCertificateAsync(
	IApplicationGatewayOperations^ operations,
	String^ gatewayName,
	String^ certificateName,
	ApplicationGatewayCertificate^ certificate
)

Parameters

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

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

gatewayName
Type: System::String^

Required. Gateway name

certificateName
Type: System::String^

Required. Certificate name

certificate
Type: Microsoft.WindowsAzure.Management.Network.Models::ApplicationGatewayCertificate^

Required. The application gateway ssl certificate

Return Value

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

A standard service response including an HTTP status code and request ID.

Return to top
Show: