Share via


StorageAccountProperties Class

 

Details about a storage account.

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.StorageAccountProperties

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod StorageAccountProperties()

Initializes a new instance of the StorageAccountProperties class.

Properties

Name Description
System_CAPS_pubproperty AccountType

Optional. Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant storage, or read access geo-redundant storage. Possible values are:'Standard_LRS', 'Standard_ZRS', 'Standard_GRS', and 'Standard_RAGRS'.

System_CAPS_pubproperty AffinityGroup

Optional. The affinity group with which this storage account is associated.

System_CAPS_pubproperty Description

Optional. The user-supplied description of the storage account.

System_CAPS_pubproperty Endpoints

Optional. The URLs that are used to perform a retrieval of a public blob, queue, or table object.

System_CAPS_pubproperty GeoPrimaryRegion

Optional. Indicates the primary geographical region in which the storage account exists at this time.

System_CAPS_pubproperty GeoSecondaryRegion

Optional. Indicates the geographical region in which the storage account is being replicated. The GeoSecondaryRegion element is not returned if geo-replication is "off" for this account.

System_CAPS_pubproperty Label

Optional. The user-supplied name of the storage account, returned as a base-64 encoded string. This name can be used identify the storage account for your tracking purposes.

System_CAPS_pubproperty LastGeoFailoverTime

Optional. A timestamp that indicates the most recent instance of a failover to the secondary region. In the case of multiple failovers, only the latest failover date and time is maintained. The format of the returned timestamp is: [4DigitYear]-[2DigitMonth]-[2DigitDay]T[2DigitMinute]:[2DigitSecond]:[7DigitsOfPrecision]Z. LastGeoFailoverTime is not returned if there has not been an instance of a failover.

System_CAPS_pubproperty Location

Optional. The geo-location specified when the storage account was created. This property is only returned if the storage account is not associated with an affinity group.

System_CAPS_pubproperty Status

Optional. The status of the storage account at the time the operation was called.

System_CAPS_pubproperty StatusOfGeoPrimaryRegion

Optional. Indicates whether the primary storage region is available.

System_CAPS_pubproperty StatusOfGeoSecondaryRegion

Optional. Indicates whether the secondary storage region is available.

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