IServiceCertificateOperations.ListAsync Method (String, CancellationToken)
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)
Syntax
Task<ServiceCertificateListResponse> ListAsync(
string serviceName,
CancellationToken cancellationToken
)
Task<ServiceCertificateListResponse^>^ ListAsync(
String^ serviceName,
CancellationToken cancellationToken
)
abstract ListAsync :
serviceName:string *
cancellationToken:CancellationToken -> Task<ServiceCertificateListResponse>
Function ListAsync (
serviceName As String,
cancellationToken As CancellationToken
) As Task(Of ServiceCertificateListResponse)
Parameters
serviceName
Type: System.StringThe name of the cloud service from which the list of certificates should be retrieved.
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<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
IServiceCertificateOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top