ApplicationGatewayOperationsExtensions::BeginAddCertificate 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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: [ExtensionAttribute] static GatewayOperationResponse^ BeginAddCertificate( 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: Microsoft.WindowsAzure.Management.Network.Models::GatewayOperationResponse^A standard service response including an HTTP status code and request ID.
Show: