StorageAccountUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Update Storage Account operation.
public class StorageAccountUpdateParameters
type StorageAccountUpdateParameters = class
Public Class StorageAccountUpdateParameters
- Inheritance
-
StorageAccountUpdateParameters
Constructors
StorageAccountUpdateParameters() |
Initializes a new instance of the StorageAccountUpdateParameters class. |
Properties
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 |
Optional. |
ExtendedProperties |
Optional. Represents the name of an extended storage account property. Each extended property must have 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. You can delete an extended property by setting the value to NULL. |
Label |
Optional. A name for the storage account, base64-encoded. The name may be up to 100 characters in length. The name can be used identify the storage account for your tracking purposes. |