次の方法で共有


IWithCookieName<ReturnT> インターフェイス

定義

アフィニティ Cookie の名前を指定できるアプリケーション ゲートウェイ バックエンド HTTP 構成のステージ。

public interface IWithCookieName<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.UpdateDefinition.IWithCookieNameBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithCookieName<'ReturnT> = interface
    interface IWithCookieNameBeta<'ReturnT>
    interface IBeta
Public Interface IWithCookieName(Of ReturnT)
Implements IBeta, IWithCookieNameBeta(Of ReturnT)

型パラメーター

ReturnT

この定義をアタッチした後にに戻る親アプリケーション ゲートウェイのステージが更新されます。

派生
実装

メソッド

WithAffinityCookieName(String)

アフィニティ Cookie の名前を指定します。

(継承元 IWithCookieNameBeta<ReturnT>)

適用対象