你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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