IWithBackendAddressOrAttach<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイ要求ルーティング規則定義のステージ。バックエンド アドレスの追加、オプション設定の指定の開始、または親アプリケーション ゲートウェイへのアタッチによる定義の完了を許可します。
public interface IWithBackendAddressOrAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendAddressBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithCookieBasedAffinity<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithRedirectConfig<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithRedirectConfigBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.UpdateDefinition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasHostName.UpdateDefinition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBackendAddressOrAttach<'ParentT> = interface
interface IWithBackendAddress<'ParentT>
interface IWithBackendAddressBeta<'ParentT>
interface IBeta
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithHostName<'ParentT>
interface IWithHostName<IWithAttach<'ParentT>>
interface IWithCookieBasedAffinity<'ParentT>
interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
interface IWithRedirectConfig<'ParentT>
interface IWithRedirectConfigBeta<'ParentT>
Public Interface IWithBackendAddressOrAttach(Of ParentT)
Implements IBeta, IInUpdate(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), IWithRedirectConfig(Of ParentT), IWithRedirectConfigBeta(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻るアプリケーション ゲートウェイ定義のステージ。
- 派生
- 実装
-
IWithAttach<ParentT> IWithBackendAddress<ParentT> IWithBackendAddressBeta<ParentT> IWithCookieBasedAffinity<ParentT> IWithHostName<ParentT> IWithRedirectConfig<ParentT> IWithRedirectConfigBeta<ParentT> IWithCookieBasedAffinity<IWithAttach<ParentT>> IWithHostName<IWithAttach<ParentT>> IInUpdate<ParentT> IBeta
メソッド
Attach() |
アプリケーション ゲートウェイ要求ルーティング規則定義のステージ。バックエンド アドレスの追加、オプション設定の指定の開始、または親アプリケーション ゲートウェイへのアタッチによる定義の完了を許可します。 (継承元 IInUpdate<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>) |
WithRedirectConfiguration(String) |
指定したリダイレクト構成をこの要求ルーティング規則に関連付けます。 (継承元 IWithRedirectConfigBeta<ParentT>) |
適用対象
Azure SDK for .NET