StorageAccountOperationsExtensions.GetProperties Method (IStorageAccountOperations, String, String)
Namespace: Microsoft.Azure.Management.Storage
Assembly: Microsoft.Azure.Management.Storage (in Microsoft.Azure.Management.Storage.dll)
Syntax
public static StorageAccountGetPropertiesResponse GetProperties(
this IStorageAccountOperations operations,
string resourceGroupName,
string accountName
)
<ExtensionAttribute>
Public Shared Function GetProperties (
operations As IStorageAccountOperations,
resourceGroupName As String,
accountName As String
) As StorageAccountGetPropertiesResponse
Parameters
- operations
Type: Microsoft.Azure.Management.Storage.IStorageAccountOperations
- resourceGroupName
Type: System.String
- accountName
Type: System.String
Return Value
Type: Microsoft.Azure.Management.Storage.Models.StorageAccountGetPropertiesResponse
See Also
StorageAccountOperationsExtensions Class
Microsoft.Azure.Management.Storage Namespace
Return to top