ServiceCertificateOperationsExtensions.List Method (IServiceCertificateOperations, String)
Lists all of the service certificates that are associated with the specified cloud service.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function List ( operations As IServiceCertificateOperations, serviceName As String ) As ServiceCertificateListResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations
The IServiceCertificateOperations object that specifies the service certificate operations.
- serviceName
-
Type:
System.String
The name of the cloud service from which the list of certificates should be retrieved.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponseThe ServiceCertificateListResponse object that contains the list of service certificates.
For more information about retrieving a list of service certificates, see List Service Certificates.
Show: