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

 

Retrieves the specified assembly 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<CatalogAssemblyGetResponse> GetAssemblyAsync(
    this ICatalogOperations operations,
    string resourceGroupName,
    string accountName,
    string databaseName,
    string assemblyName
)
public:
[ExtensionAttribute]
static Task<CatalogAssemblyGetResponse^>^ GetAssemblyAsync(
    ICatalogOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    String^ databaseName,
    String^ assemblyName
)
static member GetAssemblyAsync : 
        operations:ICatalogOperations *
        resourceGroupName:string *
        accountName:string *
        databaseName:string *
        assemblyName:string -> Task<CatalogAssemblyGetResponse>
<ExtensionAttribute>
Public Shared Function GetAssemblyAsync (
    operations As ICatalogOperations,
    resourceGroupName As String,
    accountName As String,
    databaseName As String,
    assemblyName As String
) As Task(Of CatalogAssemblyGetResponse)

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 assembly in.

  • assemblyName
    Type: System.String

    Required. The name of the assembly to find.

Return Value

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

The Get Database operation response.

See Also

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

Return to top