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

 

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)

Task<GatewayOperationResponse^>^ BeginAddCertificateAsync(
	String^ gatewayName,
	String^ certificateName,
	ApplicationGatewayCertificate^ certificate,
	CancellationToken cancellationToken
)

Parameters

gatewayName
Type: System::String^

Gateway name

certificateName
Type: System::String^

Certificate name

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

The application gateway ssl certificate

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

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

Return to top
Show: