Sdílet prostřednictvím


AzureSqlInstanceServerTrustCertificateAdapter.RemoveServerTrustCertificate Method

Definition

Deletes a server trust certificate

public void RemoveServerTrustCertificate (string resourceGroupName, string instanceName, string certificateName);
member this.RemoveServerTrustCertificate : string * string * string -> unit
Public Sub RemoveServerTrustCertificate (resourceGroupName As String, instanceName As String, certificateName As String)

Parameters

resourceGroupName
String

The resource group the managed instance is in

instanceName
String

The name of the managed instance

certificateName
String

The name of the certificate to delete

Applies to