Freigeben über


ExposureControlOperationsExtensions.GetFeatureValueAsync Methode

Definition

Rufen Sie die Belichtungssteuerungsfunktion für einen bestimmten Standort ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.ExposureControlResponse> GetFeatureValueAsync (this Microsoft.Azure.Management.DataFactory.IExposureControlOperations operations, string locationId, Microsoft.Azure.Management.DataFactory.Models.ExposureControlRequest exposureControlRequest, System.Threading.CancellationToken cancellationToken = default);
static member GetFeatureValueAsync : Microsoft.Azure.Management.DataFactory.IExposureControlOperations * string * Microsoft.Azure.Management.DataFactory.Models.ExposureControlRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.ExposureControlResponse>
<Extension()>
Public Function GetFeatureValueAsync (operations As IExposureControlOperations, locationId As String, exposureControlRequest As ExposureControlRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExposureControlResponse)

Parameter

operations
IExposureControlOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationId
String

Der Standortbezeichner.

exposureControlRequest
ExposureControlRequest

Die Anforderung für die Belichtungssteuerung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: