Dela via


ServiceCertificateOperationsExtensions.ListAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations operations, string serviceName);
static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse>
<Extension()>
Public Function ListAsync (operations As IServiceCertificateOperations, serviceName As String) As Task(Of 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