Udostępnij za pośrednictwem


ServiceCertificateOperationsExtensions.List Method

Definition

The List Service Certificates operation lists all of the service certificates associated with the specified hosted service. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx for more information)

public static Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse List (this Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations operations, string serviceName);
static member List : Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations * string -> Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse
<Extension()>
Public Function List (operations As IServiceCertificateOperations, serviceName As String) As ServiceCertificateListResponse

Parameters

operations
IServiceCertificateOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations.

serviceName
String

Required. The DNS prefix name of your hosted service.

Returns

The List Service Certificates operation response.

Applies to