Share via


ApplicationGatewayOperationsExtensions.GetCertificate Method (IApplicationGatewayOperations, String, String)

 

The Get Application Gateway certificate operation retrieves the ssl certificate provisioned for the given gateway. (see https://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)

Syntax

public static ApplicationGatewayGetCertificate GetCertificate(
    this IApplicationGatewayOperations operations,
    string gatewayName,
    string certificateName
)
public:
[ExtensionAttribute]
static ApplicationGatewayGetCertificate^ GetCertificate(
    IApplicationGatewayOperations^ operations,
    String^ gatewayName,
    String^ certificateName
)
static member GetCertificate : 
        operations:IApplicationGatewayOperations *
        gatewayName:string *
        certificateName:string -> ApplicationGatewayGetCertificate
<ExtensionAttribute>
Public Shared Function GetCertificate (
    operations As IApplicationGatewayOperations,
    gatewayName As String,
    certificateName As String
) As ApplicationGatewayGetCertificate

Parameters

  • gatewayName
    Type: System.String

    Required. The name of the gateway.

  • certificateName
    Type: System.String

    Required. The name of the certificate.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate

Response of GetApplicationGatewayCertificate request.

See Also

ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top