ExposureControlOperationsExtensions.QueryFeatureValuesByFactoryAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie eine Liste der Belichtungssteuerungsfeatures für eine bestimmte Fabrik ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.ExposureControlBatchResponse> QueryFeatureValuesByFactoryAsync (this Microsoft.Azure.Management.DataFactory.IExposureControlOperations operations, string resourceGroupName, string factoryName, Microsoft.Azure.Management.DataFactory.Models.ExposureControlBatchRequest exposureControlBatchRequest, System.Threading.CancellationToken cancellationToken = default);
static member QueryFeatureValuesByFactoryAsync : Microsoft.Azure.Management.DataFactory.IExposureControlOperations * string * string * Microsoft.Azure.Management.DataFactory.Models.ExposureControlBatchRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.ExposureControlBatchResponse>
<Extension()>
Public Function QueryFeatureValuesByFactoryAsync (operations As IExposureControlOperations, resourceGroupName As String, factoryName As String, exposureControlBatchRequest As ExposureControlBatchRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExposureControlBatchResponse)
Parameter
- operations
- IExposureControlOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- factoryName
- String
Der Factoryname.
- exposureControlBatchRequest
- ExposureControlBatchRequest
Die Belichtungssteuerungsanforderung für die Liste der Features.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET