StorageAccountOperationsExtensions.GetAsync 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 Get Storage Account Properties operation returns system properties for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460802.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations operations, string accountName);
static member GetAsync : Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountGetResponse>
<Extension()>
Public Function GetAsync (operations As IStorageAccountOperations, accountName As String) As Task(Of StorageAccountGetResponse)
Parameters
- operations
- IStorageAccountOperations
Reference to the Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations.
- accountName
- String
Required. Name of the storage account to get properties for.
Returns
The Get Storage Account Properties operation response.
Applies to
Azure SDK for .NET