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