Share via


IServiceCertificateOperations.GetAsync Method (ServiceCertificateGetParameters, CancellationToken)

 

Asynchronously retrieves information about the specified service certificate.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

Task<ServiceCertificateGetResponse> GetAsync(
    ServiceCertificateGetParameters parameters,
    CancellationToken cancellationToken
)
Task<ServiceCertificateGetResponse^>^ GetAsync(
    ServiceCertificateGetParameters^ parameters,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        parameters:ServiceCertificateGetParameters *
        cancellationToken:CancellationToken -> Task<ServiceCertificateGetResponse>
Function GetAsync (
    parameters As ServiceCertificateGetParameters,
    cancellationToken As CancellationToken
) As Task(Of ServiceCertificateGetResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<ServiceCertificateGetResponse>

The ServiceCertificateGetResponse object that contains information about the service certificate.

Remarks

For more information about retrieving information about certificates, see the following resources:

See Also

IServiceCertificateOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top