IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイの更新の一部として、アプリケーション ゲートウェイ要求ルーティング規則の更新全体。
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithBackendHttpConfiguration, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithListener, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithRedirectConfig, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithSslCertificate, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithSslPassword, Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslCertificate<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.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 IWithListener
interface IWithBackend
interface IWithBackendHttpConfiguration
interface IWithSslCertificate
interface IWithSslCertificate<IUpdate>
interface IWithSslPassword
interface IWithSslPassword<IUpdate>
interface IWithRedirectConfig
interface IWithRedirectConfigBeta
interface IBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithBackend, IWithBackendHttpConfiguration, IWithListener, IWithRedirectConfig, IWithSslCertificate, IWithSslCertificate(Of IUpdate), IWithSslPassword, IWithSslPassword(Of IUpdate)
- 実装
メソッド
FromListener(String) |
要求ルーティング規則を既存のフロントエンド リスナーに関連付けます。 また、特定のリスナーは、一度に 1 つ以上の要求ルーティング規則で使用できないことに注意してください。 (継承元 IWithListener) |
Parent() |
アプリケーション ゲートウェイの更新の一部として、アプリケーション ゲートウェイ要求ルーティング規則の更新全体。 (継承元 ISettable<ParentT>) |
ToBackend(String) |
要求ルーティング規則を、このアプリケーション ゲートウェイのバックエンドに関連付けます。 指定したバックエンドがまだ存在しない場合は、自動的に作成されます。 (継承元 IWithBackend) |
ToBackendHttpConfiguration(String) |
指定したバックエンド HTTP 設定構成をこの要求ルーティング規則に関連付けます。 (継承元 IWithBackendHttpConfiguration) |
WithoutRedirectConfiguration() |
リダイレクト構成との関連付けを削除します (存在する場合)。 (継承元 IWithRedirectConfigBeta) |
WithRedirectConfiguration(String) |
指定したリダイレクト構成をこの要求ルーティング規則に関連付けます。 リダイレクト構成が割り当てられている場合は、この要求ルーティング規則にバックエンドを関連付けできないため、バックエンドとバックエンドの HTTP 設定の構成も削除されます。 (継承元 IWithRedirectConfigBeta) |
WithSslCertificate(String) |
このリソースに関連付ける SSL 証明書を指定します。 証明書がまだ存在しない場合は、親リソースの更新で定義する必要があります。 (継承元 IWithSslCertificate<ReturnT>) |
WithSslCertificateFromKeyVaultSecretId(String) |
キー コンテナーを使用して秘密キーの内容を分離します。 (継承元 IWithSslCertificate<ReturnT>) |
WithSslCertificateFromPfxFile(FileInfo) |
このリソースに関連付ける SSL 証明書のインポート元の PFX ファイルを指定します。 証明書には、自動生成された名前を使用して名前が付けられます。 (継承元 IWithSslCertificate<ReturnT>) |
WithSslCertificatePassword(String) |
インポートされた SSL 証明書の秘密キーを含む指定された PFX ファイルのパスワードを指定します。 (継承元 IWithSslPassword<ReturnT>) |
適用対象
Azure SDK for .NET