你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureStorageContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
azure storage container
public class AzureStorageContainer : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBase
type AzureStorageContainer = class
inherit AzureStorageBase
Public Class AzureStorageContainer
Inherits AzureStorageBase
- Inheritance
Constructors
AzureStorageContainer(BlobContainerClient, AzureStorageContext, BlobContainerProperties) | |
AzureStorageContainer(BlobContainerItem, AzureStorageContext, BlobServiceClient) | |
AzureStorageContainer(CloudBlobContainer, BlobContainerPermissions) |
init azure storage container using CloudBlobContainer and BlobContainerPermissions |
AzureStorageContainer(CloudBlobContainer, BlobContainerPermissions) |
Properties
AccessPolicy |
the AccessPolicy of BlobContainer |
BlobContainerClient |
XSCL Track2 container Client, used to run blob APIs |
BlobContainerProperties |
XSCL Track2 Blob properties, will retrieve the properties on server and return to user |
CloudBlobContainer |
CloudBlobContainer object |
Context | (Inherited from AzureStorageBase) |
ContinuationToken |
Container continuation token |
IsDeleted |
Set to true if the container is deleted |
LastModified |
last modified of CloudBlobContainer |
Name | (Inherited from AzureStorageBase) |
Permission |
the permission of CloudBlobContainer |
PublicAccess |
the public access level of CloudBlobContainer |
VersionId |
deleted container version |