你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExposureControlOperationsExtensions.GetFeatureValueAsync 方法

定义

获取特定位置的曝光控制功能。

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)

参数

operations
IExposureControlOperations

此扩展方法的操作组。

locationId
String

位置标识符。

exposureControlRequest
ExposureControlRequest

曝光控制请求。

cancellationToken
CancellationToken

取消标记。

返回

适用于