Dela via


ServiceCertificateOperationsExtensions.GetAsync Method

Definition

The Get Service Certificate operation returns the public data for the specified X.509 certificate associated with a hosted service. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460792.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetParameters parameters);
static member GetAsync : Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations * Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse>
<Extension()>
Public Function GetAsync (operations As IServiceCertificateOperations, parameters As ServiceCertificateGetParameters) As Task(Of ServiceCertificateGetResponse)

Parameters

operations
IServiceCertificateOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations.

parameters
ServiceCertificateGetParameters

Required. Parameters supplied to the Get Service Certificate operation.

Returns

The Get Service Certificate operation response.

Applies to