我想从我的C#代码创建新的azure redis缓存。 我发现powershell命令可以做到这一点,但我不想从代码运行powershell。 你知道是否有不同的方法吗?
答案 0 :(得分:1)
有Microsoft.Azure.Management.Redis nuget package可用于管理azure redis缓存。您应该能够在C#代码中使用此nuget包。浏览powershell code on github,看起来像azure powershell redis命令行开发引用了Microsoft.Azure.Management.Redis。