Share via


StorageAccount Class

 

A Storage Service associated with your subscription.

Namespace:   Microsoft.WindowsAzure.Management.Storage.Models
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Storage.Models.StorageAccount

Syntax

public class StorageAccount
public ref class StorageAccount 
type StorageAccount = class end
Public Class StorageAccount

Constructors

Name Description
System_CAPS_pubmethod StorageAccount()

Initializes a new instance of the StorageAccount class.

Properties

Name Description
System_CAPS_pubproperty ExtendedProperties

Optional. Represents the name of an extended storage account property. Each extended property must have both a defined name and a value. You can have a maximum of 50 extended property name/value pairs. The maximum length of the Name element is 64 characters, only alphanumeric characters and underscores are valid in the Name, and the name must start with a letter. Attempting to use other characters, starting the Name with a non-letter character, or entering a name that is identical to that of another extended property owned by the same storage account, will result in a status code 400 (Bad Request) error. Each extended property value has a maximum length of 255 characters.

System_CAPS_pubproperty Name

Optional. The name of the storage account. This name is the DNS prefix name and can be used to access blobs, queues, and tables in the storage account. For example, if the service name is MyStorageAccount, you could access the blob containers by calling: http://MyStorageAccount.blob.core.windows.net/mycontainer/.

System_CAPS_pubproperty Properties

Optional. Details about the storage account.

System_CAPS_pubproperty Uri

Optional. The Service Management API request URI used to perform Get Storage Account Properties requests against the storage account.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Storage.Models Namespace

Return to top