IServiceCertificateOperations.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.