IServiceCertificateOperations.ListAsync Method (String, CancellationToken)
Asynchronously 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)
Function ListAsync ( serviceName As String, cancellationToken As CancellationToken ) As Task(Of ServiceCertificateListResponse)
Parameters
- serviceName
-
Type:
System.String
The name of the cloud service from which the list of certificates should be retrieved.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
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.
Show: