【发布时间】:2012-11-22 13:44:40
【问题描述】:
这里我有一个关于如何在 .net 项目中使用 Azure power shell cmdlet dll 的问题。 我在 msdn 中查看了这个线程: 使用 powershell cmdlet 我们可以使用这个命令。 删除-AzureVM -ServiceName -Name 而这会涉及到Microsoft.WindowsAzure.Management.ServiceManagement.dll下的dll 哪条路径是: C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure 我用反射器打开这个dll。 而且我可以得到 RemoveAzureVMCommand 类,但是如何使用这个类实现与 PowerShell cmdlet? 有人可以给我分享一些光吗? 非常感谢!
【问题讨论】:
标签: powershell azure powershell-cmdlet