共用方式為


ApplicationGatewayOperationsExtensions.ListCertificate Method

Definition

The List Application Gateway certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate ListCertificate (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);
static member ListCertificate : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate
<Extension()>
Public Function ListCertificate (operations As IApplicationGatewayOperations, gatewayName As String) As ApplicationGatewayListCertificate

Parameters

operations
IApplicationGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.

gatewayName
String

Required. Gateway name

Returns

The response to a ListApplicationGatewayCertificate request.

Applies to