Share via


CertificateOperationsExtensions.Get Method

Definition

Caution

This operation is deprecated. Please do not use it any longer.

Gets information about the specified certificate.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Management.Batch.Models.Certificate Get (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, string certificateName);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Get : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.Certificate
<Extension()>
Public Function Get (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String) As Certificate

Parameters

operations
ICertificateOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

certificateName
String

The identifier for the certificate. This must be made up of algorithm and thumbprint separated by a dash, and must match the certificate data in the request. For example SHA1-a3d1c5.

Returns

Attributes

Remarks

Warning: This operation is deprecated and will be removed after February, 2024. Please use the [Azure KeyVault Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.

Applies to