次の方法で共有


IWithBackendAddressOrAttach<ParentT> インターフェイス

定義

アプリケーション ゲートウェイ要求ルーティング規則定義のステージ。バックエンド アドレスの追加、オプション設定の指定の開始、または親アプリケーション ゲートウェイへのアタッチによる定義の完了を許可します。

public interface IWithBackendAddressOrAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendAddressBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithCookieBasedAffinity<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.Definition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasHostName.Definition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBackendAddressOrAttach<'ParentT> = interface
    interface IWithBackendAddress<'ParentT>
    interface IWithBackendAddressBeta<'ParentT>
    interface IBeta
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithHostName<'ParentT>
    interface IWithHostName<IWithAttach<'ParentT>>
    interface IWithCookieBasedAffinity<'ParentT>
    interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
Public Interface IWithBackendAddressOrAttach(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithBackendAddress(Of ParentT), IWithBackendAddressBeta(Of ParentT), IWithCookieBasedAffinity(Of IWithAttach(Of ParentT)), IWithCookieBasedAffinity(Of ParentT), IWithHostName(Of IWithAttach(Of ParentT)), IWithHostName(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻るアプリケーション ゲートウェイ定義のステージ。

派生
実装

メソッド

Attach()

アプリケーション ゲートウェイ要求ルーティング規則定義のステージ。バックエンド アドレスの追加、オプション設定の指定の開始、または親アプリケーション ゲートウェイへのアタッチによる定義の完了を許可します。

(継承元 IInDefinition<ParentT>)
ToBackendFqdn(String)

この規則に関連付けられているバックエンドに FQDN (完全修飾ドメイン名) を追加します。 このルールにまだ関連付けられているバックエンドがない場合は、自動生成された名前で新しいバックエンドが作成されます。 この呼び出しは、複数の FQDN を追加するシーケンスで使用できます。

(継承元 IWithBackendAddress<ParentT>)
ToBackendIPAddress(String)

この規則に関連付けられているバックエンドに IP アドレスを追加します。 このルールにまだ関連付けられているバックエンドがない場合は、自動生成された名前で新しいバックエンドが作成されます。 この呼び出しは、複数の IP アドレスを追加するシーケンスで使用できます。

(継承元 IWithBackendAddress<ParentT>)
ToBackendIPAddresses(String[])

指定した IP アドレスを、この規則に関連付けられているバックエンドに追加します。

(継承元 IWithBackendAddressBeta<ParentT>)
WithCookieBasedAffinity()

Cookie ベースのアフィニティを有効にします。

(継承元 IWithCookieBasedAffinity<ReturnT>)
WithHostName(String)

参照するホスト名を指定します。

(継承元 IWithHostName<ReturnT>)
WithoutCookieBasedAffinity()

Cookie ベースのアフィニティを無効にします。

(継承元 IWithCookieBasedAffinity<ReturnT>)

適用対象