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

 

Retrieves the specified external data source 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 CatalogExternalDataSourceGetResponse GetExternalDataSource(
    this ICatalogOperations operations,
    string resourceGroupName,
    string accountName,
    string databaseName,
    string externalDataSourceName
)
public:
[ExtensionAttribute]
static CatalogExternalDataSourceGetResponse^ GetExternalDataSource(
    ICatalogOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    String^ databaseName,
    String^ externalDataSourceName
)
static member GetExternalDataSource : 
        operations:ICatalogOperations *
        resourceGroupName:string *
        accountName:string *
        databaseName:string *
        externalDataSourceName:string -> CatalogExternalDataSourceGetResponse
<ExtensionAttribute>
Public Shared Function GetExternalDataSource (
    operations As ICatalogOperations,
    resourceGroupName As String,
    accountName As String,
    databaseName As String,
    externalDataSourceName As String
) As CatalogExternalDataSourceGetResponse

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.

  • externalDataSourceName
    Type: System.String

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

Return Value

Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.CatalogExternalDataSourceGetResponse

The Get external data source operation response.

See Also

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

Return to top