共用方式為


CertificatePatchResourcePropertiesOutput interface

CertificatePatchResource 資源特定屬性

屬性

canonicalName

要透過免費憑證發行之憑證的 CNAME

cerBlob

.cer檔案的原始位元組

值可能包含base64編碼字元

domainValidationMethod

免費憑證的網域驗證方法

expirationDate

憑證到期日。

friendlyName

憑證的易記名稱。

hostingEnvironmentProfile

要用於憑證的 App Service 環境規格。

hostNames

憑證適用的主機名。

issueDate

憑證發行日期。

issuer

憑證簽發者。

keyVaultId

Key Vault Csm 資源標識符。

keyVaultSecretName

Key Vault 秘密名稱。

keyVaultSecretStatus

Key Vault 秘密的狀態。

password

憑證密碼。

pfxBlob

Pfx Blob。

值可能包含base64編碼字元

publicKeyHash

公鑰哈希。

selfLink

自我連結。

serverFarmId

相關聯 App Service 方案的資源標識符,格式為:“/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}”。

siteName

應用程式名稱。

subjectName

憑證的主體名稱。

thumbprint

憑證指紋。

valid

憑證是否有效?。

屬性詳細資料

canonicalName

要透過免費憑證發行之憑證的 CNAME

canonicalName?: string

屬性值

string

cerBlob

.cer檔案的原始位元組

值可能包含base64編碼字元

cerBlob?: string

屬性值

string

domainValidationMethod

免費憑證的網域驗證方法

domainValidationMethod?: string

屬性值

string

expirationDate

憑證到期日。

expirationDate?: string

屬性值

string

friendlyName

憑證的易記名稱。

friendlyName?: string

屬性值

string

hostingEnvironmentProfile

要用於憑證的 App Service 環境規格。

hostingEnvironmentProfile?: HostingEnvironmentProfileOutput

屬性值

hostNames

憑證適用的主機名。

hostNames?: string[]

屬性值

string[]

issueDate

憑證發行日期。

issueDate?: string

屬性值

string

issuer

憑證簽發者。

issuer?: string

屬性值

string

keyVaultId

Key Vault Csm 資源標識符。

keyVaultId?: string

屬性值

string

keyVaultSecretName

Key Vault 秘密名稱。

keyVaultSecretName?: string

屬性值

string

keyVaultSecretStatus

Key Vault 秘密的狀態。

keyVaultSecretStatus?: "Initialized" | "Unknown" | "Succeeded" | "WaitingOnCertificateOrder" | "CertificateOrderFailed" | "OperationNotPermittedOnKeyVault" | "AzureServiceUnauthorizedToAccessKeyVault" | "KeyVaultDoesNotExist" | "KeyVaultSecretDoesNotExist" | "UnknownError" | "ExternalPrivateKey"

屬性值

"Initialized" | "Unknown" | "Succeeded" | "WaitingOnCertificateOrder" | "CertificateOrderFailed" | "OperationNotPermittedOnKeyVault" | "AzureServiceUnauthorizedToAccessKeyVault" | "KeyVaultDoesNotExist" | "KeyVaultSecretDoesNotExist" | "UnknownError" | "ExternalPrivateKey"

password

憑證密碼。

password?: string

屬性值

string

pfxBlob

Pfx Blob。

值可能包含base64編碼字元

pfxBlob?: string

屬性值

string

publicKeyHash

公鑰哈希。

publicKeyHash?: string

屬性值

string

自我連結。

selfLink?: string

屬性值

string

serverFarmId

相關聯 App Service 方案的資源標識符,格式為:“/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}”。

serverFarmId?: string

屬性值

string

siteName

應用程式名稱。

siteName?: string

屬性值

string

subjectName

憑證的主體名稱。

subjectName?: string

屬性值

string

thumbprint

憑證指紋。

thumbprint?: string

屬性值

string

valid

憑證是否有效?。

valid?: boolean

屬性值

boolean