次の方法で共有


ServerTrustCertificate クラス

定義

box と Sql Managed Instance間の接続を有効にするために、box からインポートされたサーバー信頼証明書。

[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)

適用対象