ServiceCertificateOperationsExtensions.GetAsync Method (IServiceCertificateOperations, ServiceCertificateGetParameters)
Asynchronously 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 Task<ServiceCertificateGetResponse> GetAsync(
this IServiceCertificateOperations operations,
ServiceCertificateGetParameters parameters
)
public:
[ExtensionAttribute]
static Task<ServiceCertificateGetResponse^>^ GetAsync(
IServiceCertificateOperations^ operations,
ServiceCertificateGetParameters^ parameters
)
static member GetAsync :
operations:IServiceCertificateOperations *
parameters:ServiceCertificateGetParameters -> Task<ServiceCertificateGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
operations As IServiceCertificateOperations,
parameters As ServiceCertificateGetParameters
) As Task(Of 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: System.Threading.Tasks.Task<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