IUpdateDefinition<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ フロントエンド定義の全体。
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithPrivateIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithPublicIPAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithSubnet<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.UpdateDefinition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.UpdateDefinition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IInUpdateAlt<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.UpdateDefinition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithSubnet<'ParentT>
interface IWithSubnet<IWithAttach<'ParentT>>
interface IWithAttach<'ParentT>
interface IInUpdateAlt<'ParentT>
interface IWithPublicIPAddress<'ParentT>
interface IWithExistingPublicIPAddress<IWithAttach<'ParentT>>
interface IWithPrivateIP<'ParentT>
interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdateAlt(Of ParentT), IWithAttach(Of ParentT), IWithExistingPublicIPAddress(Of IWithAttach(Of ParentT)), IWithPrivateIP(Of ParentT), IWithPrivateIPAddress(Of IWithAttach(Of ParentT)), IWithPublicIPAddress(Of ParentT), IWithSubnet(Of IWithAttach(Of ParentT)), IWithSubnet(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。
- 実装
メソッド
Attach() |
親リソースの更新プログラムに子定義をアタッチします。 (継承元 IInUpdateAlt<ParentT>) |
WithExistingPublicIPAddress(IPublicIPAddress) |
既存のパブリック IP アドレスをリソースに関連付けます。 (継承元 IWithExistingPublicIPAddress<ReturnT>) |
WithExistingPublicIPAddress(String) |
既存のパブリック IP アドレスをリソースに関連付けます。 (継承元 IWithExistingPublicIPAddress<ReturnT>) |
WithExistingSubnet(INetwork, String) |
指定したサブネットをこのプライベート フロントエンドに割り当てます。 (継承元 IWithSubnet<ParentT>) |
WithExistingSubnet(String, String) |
指定したサブネットをこのリソースに割り当てます。 (継承元 IWithSubnet<ReturnT>) |
WithPrivateIPAddressDynamic() |
関連付けられたサブネット内で動的プライベート IP アドレスの割り当てを有効にします。 (継承元 IWithPrivateIPAddress<ReturnT>) |
WithPrivateIPAddressStatic(String) |
関連付けられたサブネット内で、指定した静的プライベート IP アドレスを割り当てます。 (継承元 IWithPrivateIPAddress<ReturnT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET