Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
管理ポータルで新しい仮想ネットワークを追加できます。
しかし、どうすればプログラムでそれを行うことができますか?
ここの API は私を混乱させました。すべての VNet の構成しか設定できませんか? それは奇妙です。
あなたはできる
powershell を使用して関数を作成する
SetAzureVNetConfig(string filepath)
リスト コマンド = new List();
commands.Add(string.Format("Set-AzureVNetConfig -ConfigurationPath \"{0}\"", FilePath)); PowershellEventArgs e = ps_.RunComands(commands);