StorageAccountOperationsExtensions.UpdateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations operations, string accountName, Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters parameters);
static member UpdateAsync : Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations * string * Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function UpdateAsync (operations As IStorageAccountOperations, accountName As String, parameters As StorageAccountUpdateParameters) As Task(Of 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