次の方法で共有


AppPlatformKeyVaultCertificateProperties クラス

定義

キー コンテナーからインポートされた証明書のプロパティ。

public class AppPlatformKeyVaultCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties
type AppPlatformKeyVaultCertificateProperties = class
    inherit AppPlatformCertificateProperties
Public Class AppPlatformKeyVaultCertificateProperties
Inherits AppPlatformCertificateProperties
継承
AppPlatformKeyVaultCertificateProperties

コンストラクター

AppPlatformKeyVaultCertificateProperties(Uri, String)

AppPlatformKeyVaultCertificateProperties の新しいインスタンスを初期化します。

プロパティ

ActivateOn

証明書のアクティブ化日。

(継承元 AppPlatformCertificateProperties)
CertVersion

キー コンテナーの証明書バージョン。

DnsNames

証明書のドメイン 一覧。

(継承元 AppPlatformCertificateProperties)
ExpireOn

証明書の有効期限。

(継承元 AppPlatformCertificateProperties)
IsPrivateKeyExcluded

省略可能。 true に設定すると、キー コンテナーから秘密キーはインポートされません。

IssuedOn

証明書の発行日。

(継承元 AppPlatformCertificateProperties)
Issuer

証明書の発行者。

(継承元 AppPlatformCertificateProperties)
KeyVaultCertName

キー コンテナーの証明書名。

ProvisioningState

証明書のプロビジョニング状態。

(継承元 AppPlatformCertificateProperties)
SubjectName

証明書のサブジェクト名。

(継承元 AppPlatformCertificateProperties)
Thumbprint

証明書の拇印。

(継承元 AppPlatformCertificateProperties)
VaultUri

ユーザー キー コンテナーのコンテナー URI。

適用対象