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
operations
Type: Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperationsThe IServiceCertificateOperations object that specifies the service certificate operations.
parameters
Type: Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetParametersThe 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.
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