Freigeben über


ApiManagementClient.CertificateList Method

Definition

Overloads

CertificateList(PsApiManagementContext)
CertificateList(String, String)

CertificateList(PsApiManagementContext)

public System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate> CertificateList (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context);
member this.CertificateList : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate>
Public Function CertificateList (context As PsApiManagementContext) As IList(Of PsApiManagementCertificate)

Parameters

Returns

Applies to

CertificateList(String, String)

public System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate> CertificateList (string resourceGroupName, string serviceName);
member this.CertificateList : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate>
Public Function CertificateList (resourceGroupName As String, serviceName As String) As IList(Of PsApiManagementCertificate)

Parameters

resourceGroupName
String
serviceName
String

Returns

Applies to