答案 0 :(得分:0)
是的,目前通过REST API for Virtual Networks支持的唯一操作是:
您可以尝试使用Azure Powershell,因为它有controlling Virtual Networks
的许多选项setup Azure Powershell和run Powershell in your c# project也很简单。
希望这些命令将添加到future versions中的REST API中。
答案 1 :(得分:0)
你可以
使用powershell并创建功能
SetAzureVNetConfig(字符串文件路径)
列出命令= new List();
commands.Add(string.Format("Set-AzureVNetConfig -ConfigurationPath \"{0}\"", FilePath));
PowershellEventArgs e = ps_.RunComands(commands);