AzureSqlInstanceServerTrustCertificateAdapter.GetServerTrustCertificate 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.
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