IStorageAccountOperations.GetPropertiesAsync Method (String, String, CancellationToken)

 

Namespace:   Microsoft.Azure.Management.Storage
Assembly:  Microsoft.Azure.Management.Storage (in Microsoft.Azure.Management.Storage.dll)

Syntax

Task<StorageAccountGetPropertiesResponse> GetPropertiesAsync(
    string resourceGroupName,
    string accountName,
    CancellationToken cancellationToken
)
Function GetPropertiesAsync (
    resourceGroupName As String,
    accountName As String,
    cancellationToken As CancellationToken
) As Task(Of StorageAccountGetPropertiesResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<StorageAccountGetPropertiesResponse>

See Also

IStorageAccountOperations Interface
Microsoft.Azure.Management.Storage Namespace

Return to top