ServiceCertificateOperationsExtensions.GetAsync Method (IServiceCertificateOperations, ServiceCertificateGetParameters)
Asynchronously retrieves information about the specified service certificate.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public static Task<ServiceCertificateGetResponse> GetAsync( this IServiceCertificateOperations operations, ServiceCertificateGetParameters parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations
The IServiceCertificateOperations object that specifies the service certificate operations.
- 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.
Return Value
Type: System.Threading.Tasks.Task<ServiceCertificateGetResponse>The ServiceCertificateGetResponse object that contains information about the service certificate.
For more information about retrieving information about certificates, see the following resources:
Show: