LazyAzureStorageContext 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.
public class LazyAzureStorageContext : Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
public class LazyAzureStorageContext : Microsoft.WindowsAzure.Commands.Storage.Common.AzureStorageContext
type LazyAzureStorageContext = class
inherit AzureStorageContext
Public Class LazyAzureStorageContext
Inherits AzureStorageContext
- Inheritance
- Inheritance
Constructors
Properties
BlobEndPoint | |
ConnectionString | (Inherited from AzureStorageContext) |
ConnectionString |
Get the connection string for this storage account (Inherited from AzureStorageContext) |
Context | (Inherited from AzureStorageContext) |
Context |
Self reference, it could enable New-AzStorageContext can be used in pipeline (Inherited from AzureStorageContext) |
EndPointSuffix | (Inherited from AzureStorageContext) |
EndPointSuffix |
Endpoint suffix (everything after "table.", "blob." or "queue.") (Inherited from AzureStorageContext) |
ExtendedProperties | (Inherited from AzureStorageContext) |
ExtendedProperties |
Custom propeties for the storage context (Inherited from AzureStorageContext) |
FileEndPoint | |
Name | (Inherited from AzureStorageContext) |
Name |
Name place holder, and force pipeline to ignore this property (Inherited from AzureStorageContext) |
QueueEndPoint | |
ShareTokenIntent |
Share File Request Intent, only for file oauth (Inherited from AzureStorageContext) |
StorageAccount | |
StorageAccountName | (Inherited from AzureStorageContext) |
StorageAccountName |
Storage account name used in this context (Inherited from AzureStorageContext) |
TableEndPoint | |
TableStorageAccount |
Storage account in context (Inherited from AzureStorageContext) |
Track2OauthToken |
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) | |
PopulateExtensions(IExtensibleModel, PSObject) |
Populate the model extensions from a PSObject |
GetCloudStorageAccount(IStorageContext) | |
GetCloudStorageAccount(IStorageContext) |
Get a CloudStorageAccount client for the storage account represented by this context |