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