ApplicationGatewayOperationsExtensions.ListCertificateAsync 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 Task<ApplicationGatewayListCertificate> ListCertificateAsync(
this IApplicationGatewayOperations operations,
string gatewayName
)
public:
[ExtensionAttribute]
static Task<ApplicationGatewayListCertificate^>^ ListCertificateAsync(
IApplicationGatewayOperations^ operations,
String^ gatewayName
)
static member ListCertificateAsync :
operations:IApplicationGatewayOperations *
gatewayName:string -> Task<ApplicationGatewayListCertificate>
<ExtensionAttribute>
Public Shared Function ListCertificateAsync (
operations As IApplicationGatewayOperations,
gatewayName As String
) As Task(Of ApplicationGatewayListCertificate)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
gatewayName
Type: System.StringRequired. Gateway name
Return Value
Type: System.Threading.Tasks.Task<ApplicationGatewayListCertificate>
The response to a ListApplicationGatewayCertificate request.
See Also
ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top