This topic has not yet been rated - Rate this topic

CloudStorageAccount 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.
(see also Extension Methods)
 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
  Name Description
public extension method CreateCloudBlobClient  Creates a new Blob service client. (Defined by CloudStorageAccountStorageClientExtensions.)
public extension method CreateCloudQueueClient  Creates a new Queue service client. (Defined by CloudStorageAccountStorageClientExtensions.)
public extension method CreateCloudTableClient  Creates the Table service client. (Defined by CloudStorageAccountStorageClientExtensions.)

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.