次の方法で共有


IWithSubnet<ParentT>.WithExistingSubnet(INetwork, String) メソッド

定義

指定したサブネットをこのプライベート フロントエンドに割り当てます。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT> 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.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithExistingSubnet (network As INetwork, subnetName As String) As IWithAttach(Of ParentT)

パラメーター

network
INetwork

サブネットが存在する仮想ネットワーク。

subnetName
String

サブネットの名前。

戻り値

適用対象