IUpdateDefinition<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ バックエンド定義の全体。
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.UpdateDefinition.IWithAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithAddress<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAddress(Of ParentT), IWithAttach(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。
- 実装
メソッド
Attach() |
アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ バックエンド定義の全体。 (継承元 IInUpdate<ParentT>) |
WithFqdn(String) |
指定した既存の完全修飾ドメイン名 (FQDN) をバックエンドに追加します。 (継承元 IWithAddress<ParentT>) |
WithIPAddress(String) |
指定した既存の IP アドレスをバックエンドに追加します。 (継承元 IWithAddress<ParentT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET