HostNameBindingProperties interface
HostNameBinding 資源特定屬性
屬性
| azure |
Azure 資源名稱。 |
| azure |
Azure 資源類型。 |
| custom |
自定義 DNS 記錄類型。 |
| domain |
完整 ARM 網域資源 URI。 |
| host |
主機名類型。 |
| site |
App Service 應用程式名稱。 |
| ssl |
SSL 類型 |
| thumbprint | SSL 憑證指紋 |
屬性詳細資料
azureResourceName
Azure 資源名稱。
azureResourceName?: string
屬性值
string
azureResourceType
Azure 資源類型。
azureResourceType?: "Website" | "TrafficManager"
屬性值
"Website" | "TrafficManager"
customHostNameDnsRecordType
自定義 DNS 記錄類型。
customHostNameDnsRecordType?: "CName" | "A"
屬性值
"CName" | "A"
domainId
完整 ARM 網域資源 URI。
domainId?: string
屬性值
string
hostNameType
主機名類型。
hostNameType?: "Verified" | "Managed"
屬性值
"Verified" | "Managed"
siteName
App Service 應用程式名稱。
siteName?: string
屬性值
string
sslState
SSL 類型
sslState?: "Disabled" | "SniEnabled" | "IpBasedEnabled"
屬性值
"Disabled" | "SniEnabled" | "IpBasedEnabled"
thumbprint
SSL 憑證指紋
thumbprint?: string
屬性值
string