Share via


IApplicationGatewayOperations.BeginAddCertificateAsync Method (String, String, ApplicationGatewayCertificate, CancellationToken)

 

The Begin Add certificate operation adds the ssl certificate to the application gateway (see https://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)

Syntax

Task<GatewayOperationResponse> BeginAddCertificateAsync(
    string gatewayName,
    string certificateName,
    ApplicationGatewayCertificate certificate,
    CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginAddCertificateAsync(
    String^ gatewayName,
    String^ certificateName,
    ApplicationGatewayCertificate^ certificate,
    CancellationToken cancellationToken
)
abstract BeginAddCertificateAsync : 
        gatewayName:string *
        certificateName:string *
        certificate:ApplicationGatewayCertificate *
        cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginAddCertificateAsync (
    gatewayName As String,
    certificateName As String,
    certificate As ApplicationGatewayCertificate,
    cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)

Parameters

Return Value

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

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

See Also

IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace

Return to top