DataLakeStoreExtensions.GetDataLakeStoreAccount Method

Definition

Gets the specified Data Lake Store account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Operation Id: Accounts_Get
C#
public static Azure.Response<Azure.ResourceManager.DataLakeStore.DataLakeStoreAccountResource> GetDataLakeStoreAccount(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string accountName, System.Threading.CancellationToken cancellationToken = default);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

accountName
String

The name of the Data Lake Store account.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or accountName is null.

accountName is an empty string, and was expected to be non-empty.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview