CloudStorageAccount Members (Microsoft.WindowsAzure)

Switch View :
ScriptFree
CloudStorageAccount Members

Represents a Windows Azure storage account.

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

Public Constructors

  Name Description
  CloudStorageAccount Initializes a new instance of the CloudStorageAccount class using the specified account credentials and service endpoints.
  CloudStorageAccount Initializes a new instance of the CloudStorageAccount class using the specified account credentials and the default service endpoints.
Top
Public Properties

  Name Description
public property static DevelopmentStorageAccount Gets a CloudStorageAccount object that references the development storage account.
public property BlobEndpoint Gets the endpoint for the Blob service, as configured for the 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.
public property Credentials Gets the credentials used to create this CloudStorageAccount object.
Top
Public Methods

(see also Protected Methods)
 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodCreateCloudDrive  Create a new instance of a CloudDrive object from a storage account. (Inherited from CloudStorageAccountCloudDriveExtensions)
public methodCreateCloudBlobClient  Creates a new Blob service client. (Inherited from CloudStorageAccountStorageClientExtensions)
public methodCreateCloudQueueClient  Creates a new Queue service client. (Inherited from CloudStorageAccountStorageClientExtensions)
public methodCreateCloudTableClient  Creates the Table service client. (Inherited from CloudStorageAccountStorageClientExtensions)
public methodCreateDeploymentDiagnosticManager  Creates a new instance of the DeploymentDiagnosticManager class for the specified deployment. (Inherited from CloudAccountDiagnosticMonitorExtensions)
public methodCreateRoleInstanceDiagnosticManager  Creates an new instance of the RoleInstanceDiagnosticManager class for the specified deployment, role, and instance. (Inherited from CloudAccountDiagnosticMonitorExtensions)
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 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 methodToStringOverridden. Returns a connection string for this storage account, without sensitive data.
public methodToStringReturns a connection string for the storage account, optionally with sensitive data.
public methodstaticTryParseIndicates whether a connection string can be parsed to return a CloudStorageAccount object.
Top
Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top
See Also