简体   繁体   English

Azure SDK V12 是否有 SQL 数据库管理客户端?

[英]Does Azure SDK V12 have a SQL Db management client?

I am upgrading to Azure SDK V12.我正在升级到 Azure SDK V12。

In the following Package List under "Libraries using Azure.Core" I find:在“使用 Azure.Core 的库”下的以下Package 列表中,我发现:

But as yet have found a client to manage SQL Server Dbs other than the following:但目前还没有找到一个客户端来管理 SQL 服务器数据库,而不是以下:

These last 2 are Microsoft.Management* namespaces which *I believe* means they are not V12.最后两个是Microsoft.Management*命名空间,*我相信*意味着它们不是 V12。 The code I am updating is using Microsoft.Azure.Management.Sql.Fluent presently.我正在更新的代码目前正在使用Microsoft.Azure.Management.Sql.Fluent

I summarize the comments as a solution我将评论总结为解决方案

Now, If you want to manage Azure SQL resource with Azure management sdk, we just can the package Microsoft.Azure.Management.Sql . Now, If you want to manage Azure SQL resource with Azure management sdk, we just can the package Microsoft.Azure.Management.Sql . The new management SDK based on Azure. Cores基于 Azure 的新管理Azure. Cores Azure. Cores Azure.ResourceManager.Sql does not publish. Azure. Cores Azure.ResourceManager.Sql 未发布。 Microsoft is developing it.微软正在开发它。 If you want to check the update, you can visit the page .如果您想查看更新,可以访问该页面

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用适用于 .Net 的 Azure Bob Storage v12 SDK 进行加密 - Encryption with Azure Bob Storage v12 SDK for .Net 遍历 Azure SDK v12 中的 blob - Iterating through blobs in Azure SDK v12 Azure Blob 存储客户端库 v12 设置代理 - Azure Blob Storage client library v12 setting proxy 如何使用 Azure.Storage v12 SDK 从 Azure Blob 中删除元数据? - How can I remove metadata from an Azure Blob using Azure.Storage v12 SDK? 如何使用 Azure 客户端库 v12 将整个容器从一个 Azure Blob 服务复制到另一个 - How to copy whole Container from one Azure Blob Service to another with Azure Client Library v12 如何使用 .NET v12 SDK 在 Azure Blob 存储中使用指定的 ContentType 上传 Blob? - How upload blob in Azure Blob Storage with specified ContentType with .NET v12 SDK? 如何使用最新的 Azure SDK .NET API v12 在 Blob 上获取共享访问签名? - How to get a Shared Access Signature on a Blob using the latest Azure SDK .NET API v12? v12 .NET SDK 中的 Azure Storage BlobClient 和 BlockBlobClient 有什么区别? - What is the difference between the Azure Storage BlobClient and BlockBlobClient in v12 .NET SDK? 使用指定的 ContentType 将 blob 上传到 Azure Blob 存储并同时覆盖(.NET v12 SDK)? - Upload blob into Azure Blob Storage with specified ContentType and overwrite same time (.NET v12 SDK)? Azure Blob 存储使用 Key Vault.Net v12 解密 SDK - Azure Blob Storage Decrypt Using Key Vault .Net v12 SDK
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM