Freigeben über


CatalogOperationsExtensions.GetAssemblyAsync Methode

Definition

Ruft die angegebene Assembly aus dem Data Lake Analytics-Katalog ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly> GetAssemblyAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string assemblyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAssemblyAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly>
<Extension()>
Public Function GetAssemblyAsync (operations As ICatalogOperations, accountName As String, databaseName As String, assemblyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlAssembly)

Parameter

operations
ICatalogOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Analytics Konto, auf dem Katalogvorgänge ausgeführt werden sollen.

databaseName
String

Der Name der Datenbank, die die Assembly enthält.

assemblyName
String

Der Name der Assembly.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: