Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/282.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/string/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Azure';虚拟机资源调配_C#_.net_Azure_Virtual Machine - Fatal编程技术网

C# Azure';虚拟机资源调配

C# Azure';虚拟机资源调配,c#,.net,azure,virtual-machine,C#,.net,Azure,Virtual Machine,有没有办法以编程方式管理Azure虚拟机?我需要通过dotnet/C#程序提供VM实例,不想处理XML和powershell 此外,启动/停止/删除/配置实例的功能也很有用。您可以获得nuget包 > Install-Package Elastacloud.AzureManagement.Fluent 这为服务管理REST api提供了一个dotnet包装。Stackoverflow用于解决特定的编程问题。我想你问错地方了。我想这个问题可以为了清楚而编辑,而不是否决它。

有没有办法以编程方式管理Azure虚拟机?我需要通过dotnet/C#程序提供VM实例,不想处理XML和powershell

此外,启动/停止/删除/配置实例的功能也很有用。

您可以获得nuget包

> Install-Package Elastacloud.AzureManagement.Fluent

这为服务管理REST api提供了一个dotnet包装。

Stackoverflow用于解决特定的编程问题。我想你问错地方了。我想这个问题可以为了清楚而编辑,而不是否决它。