简体   繁体   English

使用.NET SDK获取Azure Blob存储区域?

[英]Get Azure Blob storage region using .NET SDK?

Is there a way to get the (primary) Azure region in which a Blob Storage account is deployed in using the WindowsAzure.Storage .NET SDK (using the latest version 9.1.1)? 是否有办法使用WindowsAzure.Storage .NET SDK(使用最新版本9.1.1)来获取在其中部署Blob存储帐户的(主要)Azure区域?

If not by using the storage SDK, which other way would there be from .NET? 如果不使用存储SDK,那么.NET还会有其他方法? Thanks! 谢谢!

Is there a way to get the (primary) Azure region in which a Blob Storage account is deployed in using the WindowsAzure.Storage .NET SDK (using the latest version 9.1.1)? 是否有办法使用WindowsAzure.Storage .NET SDK(使用最新版本9.1.1)来获取在其中部署Blob存储帐户的(主要)Azure区域?

Unfortunately no. 抱歉不行。 WindowsAzure.Storage .NET SDK is for managing data in your Azure Storage accounts. WindowsAzure.Storage .NET SDK用于管理Azure存储帐户中的数据。

If not by using the storage SDK, which other way would there be from .NET? 如果不使用存储SDK,那么.NET还会有其他方法? Thanks! 谢谢!

You will need to use Azure Management Library for .Net for this purpose. 为此,您将需要使用Azure Management Library for .Net

暂无
暂无

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

相关问题 将 Azure blob 存储与 .NET 结合使用 - Using Azure blob storage with .NET 如何使用.net SDK(C#)创建Azure搜索索引器以从Azure Blob存储中提取数据 - How to create an Azure Search Indexer using .net SDK (c#) to pull data from Azure blob storage Azure Blob 存储使用 Key Vault.Net v12 解密 SDK - Azure Blob Storage Decrypt Using Key Vault .Net v12 SDK 使用指定的 ContentType 将 blob 上传到 Azure Blob 存储并同时覆盖(.NET v12 SDK)? - Upload blob into Azure Blob Storage with specified ContentType and overwrite same time (.NET v12 SDK)? 如何使用 .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? How to get Azure Storage Account Key (connectionString) using azure .net sdk or fluent API? - How to get Azure Storage Account Key (connectionString) using azure .net sdk or fluent API? 上传/获取 Blob - 在 .NET 核心中使用 Azure 存储帐户创建容器 - Upload/Get Blob - Create Container with Azure Storage Account in .NET Core 如何使用 .NET 在 Azure 中获取 Blob 的内容? - How to get content of Blob in Azure using .NET? 使用cli和.net在Azure中上传到Blob存储的问题 - Problems with uploading to blob storage in azure using a cli and .net
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM