此主题尚未评级 - 评价此主题

CloudBlobContainer.Create 方法 ()

Creates the container.

命名空间: Microsoft.WindowsAzure.StorageClient
程序集: Microsoft.WindowsAzure.StorageClient(在 microsoft.windowsazure.storageclient.dll 中)
用法
Dim instance As CloudBlobContainer

instance.Create
public void Create ()
public void Create ()
public function Create ()

Containers are created immediately beneath the storage account. It's not possible to nest one container beneath another.

You can specify metadata on the container at the time that you created it. In this case, the call to Create writes the metadata to the new container, so it's not necessary to also call SetMetadata.

The Create method throws a StorageClientException if the specified container already exists. The error code returned by the service is ContainerAlreadyExists. If a container with the same name is still being deleted, the service returns error code ContainerBeingDeleted.

You can optionally create a default or root container for your storage account. The root container may be inferred from a URL requesting a blob resource. The root container makes it possible to reference a blob from the top level of the storage account hierarchy, without referencing the container name. To add the root container to your storage account, create a container named $root.


此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

开发平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003、Windows Server 2008 和 Windows 2000

目标平台

本文是否对您有所帮助?
(1500 个剩余字符)

社区附加资源

© 2013 Microsoft. 版权所有。
facebook page visit twitter rss feed newsletter