This topic has not yet been rated - Rate this topic

CloudStorageAccount Members

Represents a Windows Azure storage account.

The following tables list the members exposed by the CloudStorageAccount type.

  Name Description
  CloudStorageAccount Overloaded.  
Top
  Name Description
public property BlobEndpoint Gets the endpoint for the Blob service, as configured for the storage account.
public property Credentials Gets the credentials used to create this CloudStorageAccount object.
public property static DevelopmentStorageAccount Gets a CloudStorageAccount object that references the development storage account.
public property QueueEndpoint Gets the endpoint for the Queue service, as configured for the storage account.
public property TableEndpoint Gets the endpoint for the Table service, as configured for the storage account.
Top
(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.
Top
(see also Extension Methods)
 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top
  Name Description
public extension method CreateCloudBlobClient  Creates a new Blob service client. (Defined by CloudStorageAccountStorageClientExtensions.)
public extension method CreateCloudDrive  Create a new instance of a CloudDrive object from a storage account. (Defined by CloudStorageAccountCloudDriveExtensions.)
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.)
public extension method CreateDeploymentDiagnosticManager  Creates a new instance of the DeploymentDiagnosticManager class for the specified deployment. (Defined by CloudAccountDiagnosticMonitorExtensions.)
public extension method CreateRoleInstanceDiagnosticManager  Creates an new instance of the RoleInstanceDiagnosticManager class for the specified deployment, role, and instance. (Defined by CloudAccountDiagnosticMonitorExtensions.)
Top

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ