Share via


ServiceCertificateOperationsExtensions.List Method (IServiceCertificateOperations, String)

 

Lists all of the service certificates that are associated with the specified cloud service.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public static ServiceCertificateListResponse List(
    this IServiceCertificateOperations operations,
    string serviceName
)
public:
[ExtensionAttribute]
static ServiceCertificateListResponse^ List(
    IServiceCertificateOperations^ operations,
    String^ serviceName
)
static member List : 
        operations:IServiceCertificateOperations *
        serviceName:string -> ServiceCertificateListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IServiceCertificateOperations,
    serviceName As String
) As ServiceCertificateListResponse

Parameters

  • 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.ServiceCertificateListResponse

The ServiceCertificateListResponse object that contains the list of service certificates.

Remarks

For more information about retrieving a list of service certificates, see List Service Certificates.

See Also

ServiceCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top