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

ServerTrustCertificate 类

定义

从 box 导入的服务器信任证书,以启用 box 与 Sql 托管实例 之间的连接。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerTrustCertificate : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerTrustCertificate = class
    inherit ProxyResource
Public Class ServerTrustCertificate
Inherits ProxyResource
继承
ServerTrustCertificate
属性

构造函数

ServerTrustCertificate()

初始化 ServerTrustCertificate 类的新实例。

ServerTrustCertificate(String, String, String, String, String, String)

初始化 ServerTrustCertificate 类的新实例。

属性

CertificateName

获取证书名称

Id

获取资源 ID。

(继承自 Resource)
Name

获取资源名称。

(继承自 Resource)
PublicBlob

获取或设置证书公共 Blob

Thumbprint

获取证书指纹

Type

获取资源类型。

(继承自 Resource)

适用于