Sdílet prostřednictvím


CertificateOperationsExtensions.Delete Metoda

Definice

Upozornění

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

Odstraní zadaný certifikát.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Management.Batch.Models.CertificateDeleteHeaders Delete (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 Delete : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.CertificateDeleteHeaders
<Extension()>
Public Function Delete (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String) As CertificateDeleteHeaders

Parametry

operations
ICertificateOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků, která obsahuje účet Batch.

accountName
String

Název účtu Batch.

certificateName
String

Identifikátor certifikátu. Musí se skládají z algoritmu a kryptografického otisku odděleného pomlčkou a musí odpovídat datům certifikátu v požadavku. Například SHA1-a3d1c5.

Návraty

Atributy

Poznámky

Upozornění: Tato operace je zastaralá a po únoru 2024 se odebere. Místo toho použijte [rozšíření Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) .

Platí pro