你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStorageContext Interface

Definition

public interface IStorageContext : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel
type IStorageContext = interface
    interface IExtensibleModel
Public Interface IStorageContext
Implements IExtensibleModel
Derived
Implements

Properties

BlobEndPoint
ConnectionString
Context
EndPointSuffix
ExtendedProperties (Inherited from IExtensibleModel)
FileEndPoint
Name
QueueEndPoint
StorageAccountName
TableEndPoint

Extension Methods

CopyPropertiesFrom(IExtensibleModel, IExtensibleModel)
GetProperty(IExtensibleModel, String)
GetPropertyAsArray(IExtensibleModel, String)
IsPropertySet(IExtensibleModel, String)
SetOrAppendProperty(IExtensibleModel, String, String[])
SetProperty(IExtensibleModel, String, String[])
UpdateProperties(IExtensibleModel, IExtensibleModel)
GetCloudStorageAccount(IStorageContext)

Get a CloudStorageAccount client for the storage account represented by this context

PopulateExtensions(IExtensibleModel, PSObject)

Populate the model extensions from a PSObject

GetCloudStorageAccount(IStorageContext)

Get a CloudStorageAccount client for the storage account represented by this context

Applies to