AzureSqlInstanceServerTrustCertificateAdapter.GetServerTrustCertificate Method

Definition

Gets a server trust certificate in a managed instance

public Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel GetServerTrustCertificate (string resourceGroupName, string instanceName, string certificateName);
member this.GetServerTrustCertificate : string * string * string -> Microsoft.Azure.Commands.Sql.ServerTrustCertificate.Model.AzureSqlInstanceServerTrustCertificateModel
Public Function GetServerTrustCertificate (resourceGroupName As String, instanceName As String, certificateName As String) As AzureSqlInstanceServerTrustCertificateModel

Parameters

resourceGroupName
String

The name of the resource group

instanceName
String

The name of the managed instance

certificateName
String

The name of the certificate

Returns

The managed instance

Applies to