次の方法で共有


AppServiceCertificateOrderPatchResourcePropertiesOutput interface

AppServiceCertificateOrderPatchResource リソース固有のプロパティ

プロパティ

appServiceCertificateNotRenewableReasons

現時点で App Service 証明書が更新できない理由。

autoRenew

証明書の有効期限が切れたときに証明書を自動的に更新する必要があるかどうかを true します。それ以外の場合は、falseします。

certificates

Key Vault シークレットの状態。

contact

連絡先情報

csr

この注文に対して作成された最後の CSR。

distinguishedName

証明書の識別名。

domainVerificationToken

ドメイン検証トークン。

expirationTime

証明書の有効期限。

intermediate

中間証明書。

isPrivateKeyExternal

秘密キーが外部の場合に true します。それ以外の場合は、falseします。

keySize

証明書キーのサイズ。

lastCertificateIssuanceTime

証明書の最終発行時刻。

nextAutoRenewalTimeStamp

次に証明書が自動更新されるタイムスタンプ

productType

証明書製品の種類。

provisioningState

証明書の注文の状態。

root

ルート証明書。

serialNumber

証明書の現在のシリアル番号。

signedCertificate

署名された証明書。

status

現在の注文の状態。

validityInYears

年単位の期間 (1 にする必要があります)。

プロパティの詳細

appServiceCertificateNotRenewableReasons

現時点で App Service 証明書が更新できない理由。

appServiceCertificateNotRenewableReasons?: ("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]

プロパティ値

("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]

autoRenew

証明書の有効期限が切れたときに証明書を自動的に更新する必要があるかどうかを true します。それ以外の場合は、falseします。

autoRenew?: boolean

プロパティ値

boolean

certificates

Key Vault シークレットの状態。

certificates?: Record<string, AppServiceCertificateOutput>

プロパティ値

Record<string, AppServiceCertificateOutput>

contact

連絡先情報

contact?: CertificateOrderContactOutput

プロパティ値

csr

この注文に対して作成された最後の CSR。

csr?: string

プロパティ値

string

distinguishedName

証明書の識別名。

distinguishedName?: string

プロパティ値

string

domainVerificationToken

ドメイン検証トークン。

domainVerificationToken?: string

プロパティ値

string

expirationTime

証明書の有効期限。

expirationTime?: string

プロパティ値

string

intermediate

中間証明書。

intermediate?: CertificateDetailsOutput

プロパティ値

isPrivateKeyExternal

秘密キーが外部の場合に true します。それ以外の場合は、falseします。

isPrivateKeyExternal?: boolean

プロパティ値

boolean

keySize

証明書キーのサイズ。

keySize?: number

プロパティ値

number

lastCertificateIssuanceTime

証明書の最終発行時刻。

lastCertificateIssuanceTime?: string

プロパティ値

string

nextAutoRenewalTimeStamp

次に証明書が自動更新されるタイムスタンプ

nextAutoRenewalTimeStamp?: string

プロパティ値

string

productType

証明書製品の種類。

productType: "StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"

プロパティ値

"StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"

provisioningState

証明書の注文の状態。

provisioningState?: "Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"

プロパティ値

"Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"

root

ルート証明書。

root?: CertificateDetailsOutput

プロパティ値

serialNumber

証明書の現在のシリアル番号。

serialNumber?: string

プロパティ値

string

signedCertificate

署名された証明書。

signedCertificate?: CertificateDetailsOutput

プロパティ値

status

現在の注文の状態。

status?: "Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"

プロパティ値

"Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"

validityInYears

年単位の期間 (1 にする必要があります)。

validityInYears?: number

プロパティ値

number