IApplicationGatewayBackend インターフェイス

定義

アプリケーション ゲートウェイ バックエンドのクライアント側表現。

public interface IApplicationGatewayBackend : Microsoft.Azure.Management.Network.Fluent.IHasBackendNics, 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.ApplicationGatewayBackendAddressPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackend = interface
    interface IHasInner<ApplicationGatewayBackendAddressPoolInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
    interface IHasBackendNics
Public Interface IApplicationGatewayBackend
Implements IChildResource(Of IApplicationGateway), IHasBackendNics, IHasInner(Of ApplicationGatewayBackendAddressPoolInner), IHasParent(Of IApplicationGateway)
実装

プロパティ

Addresses

アプリケーション ゲートウェイのバックエンドのアドレスを取得します。

BackendNicIPConfigurationNames

NIC のリソース ID によってインデックスが付けられる、このバックエンドに割り当てられたネットワーク インターフェイスの IP 構成の名前のマップを取得します。

(継承元 IHasBackendNics)
Inner

アプリケーション ゲートウェイ バックエンドのクライアント側表現。

(継承元 IHasInner<T>)
Key

アプリケーション ゲートウェイ バックエンドのクライアント側表現。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
Parent

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

(継承元 IHasParent<ParentT>)

メソッド

ContainsFqdn(String)

指定した FQDN がこのバックエンド アドレス プールによって参照されているかどうかを確認します。

ContainsIPAddress(String)

指定した IP アドレスがこのバックエンド アドレス プールによって参照されているかどうかを確認します。

適用対象