次の方法で共有


IApplicationGatewayListener インターフェイス

定義

アプリケーション ゲートウェイの HTTP リスナーのクライアント側表現。

public interface IApplicationGatewayListener : Microsoft.Azure.Management.Network.Fluent.IHasHostName, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.Network.Fluent.IHasPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.IHasServerNameIndication, Microsoft.Azure.Management.Network.Fluent.IHasSslCertificate<Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaySslCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayHttpListenerInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasSubnet
type IApplicationGatewayListener = interface
    interface IHasInner<ApplicationGatewayHttpListenerInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
    interface IHasSslCertificate<IApplicationGatewaySslCertificate>
    interface IHasPublicIPAddress
    interface IHasProtocol<ApplicationGatewayProtocol>
    interface IHasHostName
    interface IHasServerNameIndication
    interface IHasSubnet
Public Interface IApplicationGatewayListener
Implements IChildResource(Of IApplicationGateway), IHasHostName, IHasInner(Of ApplicationGatewayHttpListenerInner), IHasParent(Of IApplicationGateway), IHasProtocol(Of ApplicationGatewayProtocol), IHasPublicIPAddress, IHasServerNameIndication, IHasSslCertificate(Of IApplicationGatewaySslCertificate), IHasSubnet
実装

プロパティ

Frontend

このリスナーが関連付けられているフロントエンド IP 構成を取得します。

FrontendPortName

リスナーがリッスンしているフロントエンド ポートの名前を取得します。

FrontendPortNumber

リスナーがリッスンしているフロントエンド ポートの番号を取得します。

HostName

関連付けられているホスト名を取得します。

(継承元 IHasHostName)
Inner

アプリケーション ゲートウェイの HTTP リスナーのクライアント側表現。

(継承元 IHasInner<T>)
Key

アプリケーション ゲートウェイの HTTP リスナーのクライアント側表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
NetworkId

アプリケーション ゲートウェイの HTTP リスナーのクライアント側表現。

(継承元 IHasSubnet)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Protocol

プロトコルを取得します。

(継承元 IHasProtocol<ProtocolT>)
PublicIPAddressId

関連付けられているパブリック IP アドレスのリソース ID を取得します。

(継承元 IHasPublicIPAddress)
RequiresServerNameIndication

サーバー名表示 (SNI) が必要な場合は true、それ以外の場合は false を取得します。

(継承元 IHasServerNameIndication)
SslCertificate

関連付けられている SSL 証明書 (存在する場合) を取得します。

(継承元 IHasSslCertificate<T>)
SubnetName

アプリケーション ゲートウェイの HTTP リスナーのクライアント側表現。

(継承元 IHasSubnet)

メソッド

GetPublicIPAddress()

アプリケーション ゲートウェイの HTTP リスナーのクライアント側表現。

(継承元 IHasPublicIPAddress)

適用対象