CloudContext.Clients.CreateStorageManagementClient不可用?

时间:2015-11-05 12:52:46

标签: c# azure azure-storage

我安装了包azure管理库2,并尝试调用

        var certificate = this.GetStoreCertificate();
        Microsoft.WindowsAzure.CertificateCloudCredentials credentials = new Microsoft.WindowsAzure.CertificateCloudCredentials("504fb4ef-3a48-4545-b7fc-b1b6cf821f48", certificate);
        var storageClient = CloudContext.Clients.CreateStorageManagementClient(credentials);

但是这给了我一个编译错误,CreateStorageManagementClient函数不可用。

我还应该安装什么来创建存储帐户?我发现这篇MSDN文章解释了如何创建存储帐户,但它根本不使用任何库,只是对Microsoft Web服务进行http发布。我想知道我必须使用一些api吗?

The msdn link

0 个答案:

没有答案