ApiManagementClient.CertificateList 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.
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
- context
- PsApiManagementContext
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