CatalogOperationsExtensions.ListExternalDataSourcesAsync Method (ICatalogOperations, String, String, String)

 

Retrieves the list of external data sources from the current DataLakeAnalytics catalog

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public static Task<CatalogExternalDataSourceListResponse> ListExternalDataSourcesAsync(
    this ICatalogOperations operations,
    string resourceGroupName,
    string accountName,
    string databaseName
)
public:
[ExtensionAttribute]
static Task<CatalogExternalDataSourceListResponse^>^ ListExternalDataSourcesAsync(
    ICatalogOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    String^ databaseName
)
static member ListExternalDataSourcesAsync : 
        operations:ICatalogOperations *
        resourceGroupName:string *
        accountName:string *
        databaseName:string -> Task<CatalogExternalDataSourceListResponse>
<ExtensionAttribute>
Public Shared Function ListExternalDataSourcesAsync (
    operations As ICatalogOperations,
    resourceGroupName As String,
    accountName As String,
    databaseName As String
) As Task(Of CatalogExternalDataSourceListResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resourceGroup the Data Lake Analytics account is in

  • accountName
    Type: System.String

    Required. The name of the account to use

  • databaseName
    Type: System.String

    Required. The name of the database to find the external Data Source in.

Return Value

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

The List external data source operation response.

See Also

CatalogOperationsExtensions Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace

Return to top