StorageAccountProperties Class

 

Details about a storage account.

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

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

public class StorageAccountProperties

NameDescription
System_CAPS_pubmethodStorageAccountProperties()

Initializes a new instance of the StorageAccountProperties class.

NameDescription
System_CAPS_pubpropertyAccountType

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_pubpropertyAffinityGroup

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

System_CAPS_pubpropertyDescription

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

System_CAPS_pubpropertyEndpoints

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

System_CAPS_pubpropertyGeoPrimaryRegion

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

System_CAPS_pubpropertyGeoSecondaryRegion

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_pubpropertyLabel

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_pubpropertyLastGeoFailoverTime

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_pubpropertyLocation

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_pubpropertyStatus

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

System_CAPS_pubpropertyStatusOfGeoPrimaryRegion

Optional. Indicates whether the primary storage region is available.

System_CAPS_pubpropertyStatusOfGeoSecondaryRegion

Optional. Indicates whether the secondary storage region is available.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: