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

DataFactoryExtensions.GetFeatureValueExposureControl 方法

定义

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

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue
  • 操作IdExposureControl_GetFeatureValue
public static Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult> GetFeatureValueExposureControl (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationId, Azure.ResourceManager.DataFactory.Models.ExposureControlContent content, System.Threading.CancellationToken cancellationToken = default);
static member GetFeatureValueExposureControl : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.DataFactory.Models.ExposureControlContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult>
<Extension()>
Public Function GetFeatureValueExposureControl (subscriptionResource As SubscriptionResource, locationId As AzureLocation, content As ExposureControlContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExposureControlResult)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

locationId
AzureLocation

位置标识符。

content
ExposureControlContent

曝光控制请求。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

content 为 null。

适用于