Freigeben über


PipelinesOperationsExtensions.GetAsync Methode

Definition

Ruft eine Pipeline ab.

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

Parameter

operations
IPipelinesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Werksname.

pipelineName
String

Der Pipelinename.

ifNoneMatch
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: