IWithSubnet.WithSubnet(String, String) メソッド

定義

仮想ネットワークにサブネットを明示的に追加します。 このメソッドの効果は加法的であることに注意してください。つまり、使用されるたびに、新しいサブネットがネットワークに追加されます。

public Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate WithSubnet (string name, string cidr);
abstract member WithSubnet : string * string -> Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate
Public Function WithSubnet (name As String, cidr As String) As IUpdate

パラメーター

name
String

サブネットに割り当てる名前。

cidr
String

CIDR 表記を使用した、ネットワークのアドレス空間内のサブネットのアドレス空間。

戻り値

適用対象