你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GatewayHostnameConfigurationContract 类

定义

网关主机名配置详细信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class GatewayHostnameConfigurationContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GatewayHostnameConfigurationContract = class
    inherit Resource
Public Class GatewayHostnameConfigurationContract
Inherits Resource
继承
GatewayHostnameConfigurationContract
属性

构造函数

GatewayHostnameConfigurationContract()

初始化 GatewayHostnameConfigurationContract 类的新实例。

GatewayHostnameConfigurationContract(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

初始化 GatewayHostnameConfigurationContract 类的新实例。

属性

CertificateId

获取或设置将用于建立 TLS 连接的证书实体的标识符

Hostname

获取或设置主机名值。 支持有效的域名、部分通配符或完整通配符

Http2Enabled

获取或设置指定是否支持 HTTP/2.0

Id

获取资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Name

获取资源的名称

(继承自 Resource)
NegotiateClientCertificate

获取或设置确定网关是否请求客户端证书

Tls10Enabled

获取或设置指定是否支持 TLS 1.0

Tls11Enabled

获取或设置指定是否支持 TLS 1.1

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)

适用于