Dela via


ServiceCertificateOperationsExtensions.Get 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 Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse Get (this Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetParameters parameters);
static member Get : Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations * Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetParameters -> Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse
<Extension()>
Public Function Get (operations As IServiceCertificateOperations, parameters As ServiceCertificateGetParameters) As 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