IServiceCertificateOperations.GetAsync Method (ServiceCertificateGetParameters, CancellationToken)
Asynchronously retrieves information about the specified service certificate.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function GetAsync ( parameters As ServiceCertificateGetParameters, cancellationToken As CancellationToken ) As Task(Of ServiceCertificateGetResponse)
Parameters
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetParameters
The ServiceCertificateGetParameters object that contains the parameters that are used to retrieve information about a service certificate.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of ServiceCertificateGetResponse)The ServiceCertificateGetResponse object that contains information about the service certificate.
For more information about retrieving information about certificates, see the following resources:
Show: