ApplicationGatewayOperationsExtensions.ListCertificate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.