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

ExposureControlBatchResponse 构造函数

定义

重载

ExposureControlBatchResponse()

初始化 ExposureControlBatchResponse 类的新实例。

ExposureControlBatchResponse(IList<ExposureControlResponse>)

初始化 ExposureControlBatchResponse 类的新实例。

ExposureControlBatchResponse()

初始化 ExposureControlBatchResponse 类的新实例。

public ExposureControlBatchResponse ();
Public Sub New ()

适用于

ExposureControlBatchResponse(IList<ExposureControlResponse>)

初始化 ExposureControlBatchResponse 类的新实例。

public ExposureControlBatchResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ExposureControlResponse> exposureControlResponses);
new Microsoft.Azure.Management.DataFactory.Models.ExposureControlBatchResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ExposureControlResponse> -> Microsoft.Azure.Management.DataFactory.Models.ExposureControlBatchResponse
Public Sub New (exposureControlResponses As IList(Of ExposureControlResponse))

参数

exposureControlResponses
IList<ExposureControlResponse>

曝光控制功能值的列表。

适用于