IWithSubnet.WithExistingSubnet メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithExistingSubnet(ISubnet) |
アプリケーション ゲートウェイが属する必要がある既存のサブネットを指定し、そのプライベート IP アドレスを取得します。 |
WithExistingSubnet(INetwork, String) |
アプリケーション ゲートウェイが属する必要がある既存のサブネットを指定し、そのプライベート IP アドレスを取得します。 |
WithExistingSubnet(ISubnet)
アプリケーション ゲートウェイが属する必要がある既存のサブネットを指定し、そのプライベート IP アドレスを取得します。
public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate WithExistingSubnet (Microsoft.Azure.Management.Network.Fluent.ISubnet subnet);
abstract member WithExistingSubnet : Microsoft.Azure.Management.Network.Fluent.ISubnet -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate
Public Function WithExistingSubnet (subnet As ISubnet) As IUpdate
パラメーター
- subnet
- ISubnet
既存のサブネット。
戻り値
適用対象
WithExistingSubnet(INetwork, String)
アプリケーション ゲートウェイが属する必要がある既存のサブネットを指定し、そのプライベート IP アドレスを取得します。
public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate WithExistingSubnet (Microsoft.Azure.Management.Network.Fluent.INetwork network, string subnetName);
abstract member WithExistingSubnet : Microsoft.Azure.Management.Network.Fluent.INetwork * string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate
Public Function WithExistingSubnet (network As INetwork, subnetName As String) As IUpdate
パラメーター
- network
- INetwork
既存の仮想ネットワーク。
- subnetName
- String
選択したネットワーク内のサブネットの名前。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET