次の方法で共有


CustomDomainConfiguration interface

アプリ環境カスタム ドメインの構成プロパティ

プロパティ

certificateKeyVaultProperties

Azure Key Vault に格納されている証明書。

certificatePassword

証明書のパスワード

certificateValue

PFX または PEM BLOB

customDomainVerificationId

ドメイン名の所有権を確認するために使用される ID 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

dnsSuffix

環境ドメインの DNS サフィックス

expirationDate

証明書の有効期限。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

subjectName

証明書のサブジェクト名。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

thumbprint

証明書の拇印。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

certificateKeyVaultProperties

Azure Key Vault に格納されている証明書。

certificateKeyVaultProperties?: CertificateKeyVaultProperties

プロパティ値

certificatePassword

証明書のパスワード

certificatePassword?: string

プロパティ値

string

certificateValue

PFX または PEM BLOB

certificateValue?: Uint8Array

プロパティ値

Uint8Array

customDomainVerificationId

ドメイン名の所有権を確認するために使用される ID 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

customDomainVerificationId?: string

プロパティ値

string

dnsSuffix

環境ドメインの DNS サフィックス

dnsSuffix?: string

プロパティ値

string

expirationDate

証明書の有効期限。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

expirationDate?: Date

プロパティ値

Date

subjectName

証明書のサブジェクト名。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

subjectName?: string

プロパティ値

string

thumbprint

証明書の拇印。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

thumbprint?: string

プロパティ値

string