ServiceCertificateOperationsExtensions.ListAsync Method (IServiceCertificateOperations, String)

 

Asynchronously 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)

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As IServiceCertificateOperations,
	serviceName As String
) As Task(Of 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: System.Threading.Tasks.Task(Of ServiceCertificateListResponse)

The ServiceCertificateListResponse object that contains the list of service certificates.

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

Return to top
Show: