次の方法で共有


IWithSubnet.WithExistingSubnet メソッド

定義

オーバーロード

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

選択したネットワーク内のサブネットの名前。

戻り値

適用対象