次の方法で共有


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)

適用対象