Share via


StorageAccountUpdateParameters Class

 

Represents the parameters that are used to the update 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.StorageAccountUpdateParameters

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod StorageAccountUpdateParameters()

Initializes a new instance of the StorageAccountUpdateParameters 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 Description

Gets or sets the description of the storage account.

System_CAPS_pubproperty ExtendedProperties

Gets or sets a collection of properties that are added to the storage account.

System_CAPS_pubproperty Label

Gets or sets a base-64 encoded label for 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