ICatalogOperations.ListAssembliesAsync Method (String, String, String, CancellationToken)

 

Retrieves the list of assemblies 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

Task<CatalogAssemblyListGetResponse> ListAssembliesAsync(
    string resourceGroupName,
    string accountName,
    string databaseName,
    CancellationToken cancellationToken
)
Task<CatalogAssemblyListGetResponse^>^ ListAssembliesAsync(
    String^ resourceGroupName,
    String^ accountName,
    String^ databaseName,
    CancellationToken cancellationToken
)
abstract ListAssembliesAsync : 
        resourceGroupName:string *
        accountName:string *
        databaseName:string *
        cancellationToken:CancellationToken -> Task<CatalogAssemblyListGetResponse>
Function ListAssembliesAsync (
    resourceGroupName As String,
    accountName As String,
    databaseName As String,
    cancellationToken As CancellationToken
) As Task(Of CatalogAssemblyListGetResponse)

Parameters

  • resourceGroupName
    Type: System.String

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

  • databaseName
    Type: System.String

    The name of the database to find the assembly in.

Return Value

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

The List Database operation response.

See Also

ICatalogOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace

Return to top