共用方式為


IServiceCertificateOperations.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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse> GetAsync (Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse>
Public Function GetAsync (parameters As ServiceCertificateGetParameters, cancellationToken As CancellationToken) As Task(Of ServiceCertificateGetResponse)

Parameters

parameters
ServiceCertificateGetParameters

Parameters supplied to the Get Service Certificate operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Service Certificate operation response.

Applies to