Share via


ApplicationGatewayOperationsExtensions.ListCertificate Method (IApplicationGatewayOperations, String)

 

The List Application Gateway certificates. (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 ApplicationGatewayListCertificate ListCertificate(
    this IApplicationGatewayOperations operations,
    string gatewayName
)
public:
[ExtensionAttribute]
static ApplicationGatewayListCertificate^ ListCertificate(
    IApplicationGatewayOperations^ operations,
    String^ gatewayName
)
static member ListCertificate : 
        operations:IApplicationGatewayOperations *
        gatewayName:string -> ApplicationGatewayListCertificate
<ExtensionAttribute>
Public Shared Function ListCertificate (
    operations As IApplicationGatewayOperations,
    gatewayName As String
) As ApplicationGatewayListCertificate

Parameters

Return Value

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

The response to a ListApplicationGatewayCertificate request.

See Also

ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top