StorageAccountUpdateParameters Class
Represents the parameters that are used to the update a storage account.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
| Name | Description | |
|---|---|---|
![]() | StorageAccountUpdateParameters() | Initializes a new instance of the StorageAccountUpdateParameters class. |
| Name | Description | |
|---|---|---|
![]() | 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'. |
![]() | Description | Gets or sets the description of the storage account. |
![]() | ExtendedProperties | Gets or sets a collection of properties that are added to the storage account. |
![]() | Label | Gets or sets a base-64 encoded label for the storage account. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


