Sdílet prostřednictvím


LazyAzureStorageContext Class

Definition

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
LazyAzureStorageContext
Inheritance
LazyAzureStorageContext

Constructors

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

Properties

BlobEndPoint
ConnectionString

Get the connection string for this storage account

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

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

(Inherited from AzureStorageContext)
ExtendedProperties

Custom propeties for the storage context

(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)
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

Storage account name used in this context

(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)
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

GetCloudStorageAccount(IStorageContext)

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

Applies to