使用C#进行Google Compute Engine自动化

时间:2015-09-12 08:03:12

标签: c# google-cloud-platform

我想在Google的云端自动化操作。

我想要实现的4项任务:

  1. 获取我所有虚拟机的列表。
  2. 停止特定的VM。
  3. 删除特定的VM。
  4. 从图像创建VM。
  5. 我的代码(用C#编写)应该能够运行这些功能来管理云资源。

    这可能与Google云有关吗?

    我知道Microsoft-Azure(Azure Power Shell)可以实现这一点。 Google Cloud中的等价物是什么?

1 个答案:

答案 0 :(得分:1)

您可以使用Google API Client library for .NET(另请参阅一些非特定于云的code samples)来访问开发人员的所有Google服务,包括Google Cloud Platform。

按照getting started guide设置您的环境并进行身份验证等。然后查看docs for Google Compute Engine .NET client library