次の方法で共有


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

キャンセル トークン。

戻り値

適用対象