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