Share via


LazyAzureStorageContext Class

Definition

public class LazyAzureStorageContext : Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
type LazyAzureStorageContext = class
    inherit AzureStorageContext
Public Class LazyAzureStorageContext
Inherits AzureStorageContext
Inheritance
LazyAzureStorageContext

Constructors

LazyAzureStorageContext(Func<String,CloudStorageAccount>, String)
LazyAzureStorageContext(Func<String,CloudStorageAccount>, String)

Properties

BlobEndPoint
ConnectionString

Get the connection string for this storage account

(Inherited from AzureStorageContext)
Context

Self reference, it could enable New-AzStorageContext can be used in pipeline

(Inherited from AzureStorageContext)
EndPointSuffix

Endpoint suffix (everything after "table.", "blob." or "queue.")

(Inherited from AzureStorageContext)
ExtendedProperties

Custom propeties for the storage context

(Inherited from AzureStorageContext)
FileEndPoint
Name

Name place holder, and force pipeline to ignore this property

(Inherited from AzureStorageContext)
QueueEndPoint
StorageAccount
StorageAccountName

Storage account name used in this context

(Inherited from AzureStorageContext)
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)
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