Share via


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)

Syntax

public static ServiceCertificateGetResponse Get(
    this IServiceCertificateOperations operations,
    ServiceCertificateGetParameters parameters
)
public:
[ExtensionAttribute]
static ServiceCertificateGetResponse^ Get(
    IServiceCertificateOperations^ operations,
    ServiceCertificateGetParameters^ parameters
)
static member Get : 
        operations:IServiceCertificateOperations *
        parameters:ServiceCertificateGetParameters -> ServiceCertificateGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IServiceCertificateOperations,
    parameters As ServiceCertificateGetParameters
) As ServiceCertificateGetResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse

The ServiceCertificateGetResponse object that contains information about the service certificate.

Remarks

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

See Also

ServiceCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top