共用方式為


GatewayHostnameConfigurationContract interface

閘道主機名組態詳細數據。

Extends

屬性

certificateId

將用於 TLS 連線建立的憑證實體標識碼

hostname

主機名值。 支援有效的功能變數名稱、部分或完整通配符

http2Enabled

指定是否支援 HTTP/2.0

negotiateClientCertificate

判斷閘道是否要求客戶端憑證

tls10Enabled

指定是否支援TLS 1.0

tls11Enabled

指定是否支援TLS 1.1

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

certificateId

將用於 TLS 連線建立的憑證實體標識碼

certificateId?: string

屬性值

string

hostname

主機名值。 支援有效的功能變數名稱、部分或完整通配符

hostname?: string

屬性值

string

http2Enabled

指定是否支援 HTTP/2.0

http2Enabled?: boolean

屬性值

boolean

negotiateClientCertificate

判斷閘道是否要求客戶端憑證

negotiateClientCertificate?: boolean

屬性值

boolean

tls10Enabled

指定是否支援TLS 1.0

tls10Enabled?: boolean

屬性值

boolean

tls11Enabled

指定是否支援TLS 1.1

tls11Enabled?: boolean

屬性值

boolean

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type