StorageAccountOperationsExtensions.Update Method
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.
The Update Storage Account operation updates the label and the description, and enables or disables the geo-replication status for a storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264516.aspx for more information)
public static Microsoft.Azure.AzureOperationResponse Update (this Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations operations, string accountName, Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations * string * Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Update (operations As IStorageAccountOperations, accountName As String, parameters As StorageAccountUpdateParameters) As AzureOperationResponse
Parameters
- operations
- IStorageAccountOperations
Reference to the Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations.
- accountName
- String
Required. Name of the storage account to update.
- parameters
- StorageAccountUpdateParameters
Required. Parameters supplied to the Update Storage Account operation.
Returns
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET