次の方法で共有


ApplicationGatewaySslProfile クラス

定義

アプリケーション ゲートウェイの SSL プロファイル。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewaySslProfile : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewaySslProfile = class
    inherit SubResource
Public Class ApplicationGatewaySslProfile
Inherits SubResource
継承
ApplicationGatewaySslProfile
属性

コンストラクター

ApplicationGatewaySslProfile()

ApplicationGatewaySslProfile クラスの新しいインスタンスを初期化します。

ApplicationGatewaySslProfile(String, IList<SubResource>, ApplicationGatewaySslPolicy, ApplicationGatewayClientAuthConfiguration, String, String, String, String)

ApplicationGatewaySslProfile クラスの新しいインスタンスを初期化します。

プロパティ

ClientAuthConfiguration

アプリケーション ゲートウェイ リソースのクライアント認証構成を取得または設定します。

Etag

リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。

Id

リソース ID を取得または設定します。

(継承元 SubResource)
Name

Application Gateway内で一意の SSL プロファイルの名前を取得または設定します。

ProvisioningState

HTTP リスナー リソースのプロビジョニング状態を取得します。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

SslPolicy

アプリケーション ゲートウェイ リソースの SSL ポリシーを取得または設定します。

TrustedClientCertificates

アプリケーション ゲートウェイの信頼されたクライアント証明書への参照の配列を取得または設定します。

Type

リソースの種類を取得します。

適用対象