次の方法で共有


IUpdate インターフェイス

定義

アプリケーション ゲートウェイの更新の一部として、アプリケーション ゲートウェイ バックエンド HTTPS 構成の更新全体。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithAffinity, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithAuthenticationCertificate, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithConnectionDraining, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithCookieName, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithHostHeader, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithPath, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithPort, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithProbe, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithRequestTimeout, Microsoft.Azure.Management.Network.Fluent.HasPort.Update.IWithPort<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithPort
    interface IWithPort<IUpdate>
    interface IWithAffinity
    interface IWithProtocol
    interface IWithProtocolBeta
    interface IBeta
    interface IWithRequestTimeout
    interface IWithProbe
    interface IWithHostHeader
    interface IWithHostHeaderBeta
    interface IWithConnectionDraining
    interface IWithConnectionDrainingBeta
    interface IWithCookieName
    interface IWithCookieNameBeta
    interface IWithPath
    interface IWithPathBeta
    interface IWithAuthenticationCertificate
    interface IWithAuthenticationCertificateBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithAffinity, IWithAuthenticationCertificate, IWithConnectionDraining, IWithCookieName, IWithHostHeader, IWithPath, IWithPort, IWithPort(Of IUpdate), IWithProbe, IWithProtocol, IWithRequestTimeout
実装

メソッド

Parent()

アプリケーション ゲートウェイの更新の一部として、アプリケーション ゲートウェイ バックエンド HTTPS 構成の更新全体。

(継承元 ISettable<ParentT>)
WithAffinityCookieName(String)

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

(継承元 IWithCookieNameBeta)
WithAuthenticationCertificate(String)

このアプリケーション ゲートウェイに存在する指定された認証証明書を、このバックエンド HTTP 構成に関連付けます。 このメソッドを複数回呼び出すと、証明書参照が追加されます。

(継承元 IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromBase64(String)

指定したファイルから読み込まれたこの HTTP バックエンド構成に、自動的に名前が付けられた新しい証明書を関連付けます。 このメソッドを複数回呼び出すと、証明書参照が追加されます。

(継承元 IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromBytes(Byte[])

指定されたデータに基づいて、新しい、自動的に名前が付けられた証明書をこの HTTP バックエンド構成に関連付けます。 このメソッドを複数回呼び出すと、証明書参照が追加されます。

(継承元 IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromFile(FileInfo)

指定したファイルから読み込まれたこの HTTP バックエンド構成に、自動的に名前が付けられた新しい証明書を関連付けます。

(継承元 IWithAuthenticationCertificateBeta)
WithConnectionDrainingTimeoutInSeconds(Int32)

接続のドレインがアクティブな場合の秒数を指定します。

(継承元 IWithConnectionDrainingBeta)
WithCookieBasedAffinity()

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

(継承元 IWithAffinity)
WithHostHeader(String)

ホスト ヘッダーを指定します。

(継承元 IWithHostHeaderBeta)
WithHostHeaderFromBackend()

ホスト ヘッダーがバックエンド サーバーのホスト名から取得されることを指定します。

(継承元 IWithHostHeaderBeta)
WithHttp()

プロトコルとして HTTP を指定します。

(継承元 IWithProtocolBeta)
WithHttps()

プロトコルとして HTTPS を指定します。

(継承元 IWithProtocolBeta)
WithoutAuthenticationCertificate(String)

指定した認証証明書への参照を、この HTTP バックエンド構成から削除します。 証明書は、明示的に削除されるまで、アプリケーション ゲートウェイに関連付けられたままになります。

(継承元 IWithAuthenticationCertificateBeta)
WithoutAuthenticationCertificates()

認証証明書へのすべての参照を削除します。

(継承元 IWithAuthenticationCertificateBeta)
WithoutConnectionDraining()

接続のドレインを無効にします。

(継承元 IWithConnectionDrainingBeta)
WithoutCookieBasedAffinity()

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

(継承元 IWithAffinity)
WithoutHostHeader()

ホスト ヘッダーを使用しない必要があることを指定します。

(継承元 IWithHostHeaderBeta)
WithoutProbe()

プローブとの関連付けを削除します。

(継承元 IWithProbe)
WithPath(String)

すべての HTTP 要求のパス プレフィックスを指定します。

(継承元 IWithPathBeta)
WithPort(Int32)

ポート番号を指定します。

(継承元 IWithPort<ReturnT>)
WithProbe(String)

このバックエンドに関連付ける、このアプリケーション ゲートウェイ上の既存のプローブを指定します。 指定した名前のプローブがまだ存在しない場合は、アプリケーション ゲートウェイ定義のオプション部分で個別に定義する必要があります。 これにより、その名前によってプローブへの参照のみが追加されます。

(継承元 IWithProbe)
WithProtocol(ApplicationGatewayProtocol)

トランスポート プロトコルを指定します。

(継承元 IWithProtocol)
WithRequestTimeout(Int32)

要求タイムアウトを指定します。

(継承元 IWithRequestTimeout)

適用対象