Freigeben über


FactoriesOperationsExtensions.GetAsync Methode

Definition

Ruft eine Factory ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.Factory> GetAsync (this Microsoft.Azure.Management.DataFactory.IFactoriesOperations operations, string resourceGroupName, string factoryName, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataFactory.IFactoriesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.Factory>
<Extension()>
Public Function GetAsync (operations As IFactoriesOperations, resourceGroupName As String, factoryName As String, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Factory)

Parameter

operations
IFactoriesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Factoryname.

ifNoneMatch
String

ETag der Factoryentität. Sollte nur für get angegeben werden. Wenn das ETag mit dem vorhandenen Entitätstag übereinstimmt oder * angegeben wurde, wird kein Inhalt zurückgegeben.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: