AzureSqlInstanceServerTrustCertificateAdapter.RemoveServerTrustCertificate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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