ServiceCertificateOperationsExtensions.Get Method (IServiceCertificateOperations, ServiceCertificateGetParameters)

 

Retrieves information about the specified service certificate.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

<ExtensionAttribute>
Public Shared Function Get (
	operations As IServiceCertificateOperations,
	parameters As ServiceCertificateGetParameters
) As ServiceCertificateGetResponse

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: Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse

The ServiceCertificateGetResponse object that contains information about the service certificate.

For more information about retrieving information about certificates, see the following resources:

Return to top
Show: