CloudStorageAccount Methods

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodstaticFromConfigurationSettingCreate a new instance of a CloudStorageAccount object from a specified configuration setting. This method may be called only after the SetConfigurationSettingPublisher method has been called to configure the global configuration setting publisher.
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodstaticParseParses a connection string and returns a CloudStorageAccount created from the connection string.
public methodstaticSetConfigurationSettingPublisherSets the global configuration setting publisher for the storage account, which will be called when the account access keys are updated in the service configuration file.
public methodToStringOverloaded. Overridden.  
public methodstaticTryParseIndicates whether a connection string can be parsed to return a CloudStorageAccount object.

Protected Methods (see also Extension Methods)

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)

Extension Methods

 NameDescription
public extension methodCreateCloudBlobClient  Creates a new Blob service client. (Defined by CloudStorageAccountStorageClientExtensions.)
public extension methodCreateCloudDrive  (Defined by CloudStorageAccountCloudDriveExtensions.)
public extension methodCreateCloudQueueClient  Creates a new Queue service client. (Defined by CloudStorageAccountStorageClientExtensions.)
public extension methodCreateCloudTableClient  Creates the Table service client. (Defined by CloudStorageAccountStorageClientExtensions.)

See Also