IStorageContext Interface 
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.
public interface IStorageContext : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModeltype IStorageContext = interface
    interface IExtensibleModelPublic 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 |