Freigeben über


ExposureControlBatchResponse Konstruktoren

Definition

Überlädt

ExposureControlBatchResponse()

Initialisiert eine neue instance der ExposureControlBatchResponse-Klasse.

ExposureControlBatchResponse(IList<ExposureControlResponse>)

Initialisiert eine neue instance der ExposureControlBatchResponse-Klasse.

ExposureControlBatchResponse()

Initialisiert eine neue instance der ExposureControlBatchResponse-Klasse.

public ExposureControlBatchResponse ();
Public Sub New ()

Gilt für:

ExposureControlBatchResponse(IList<ExposureControlResponse>)

Initialisiert eine neue instance der ExposureControlBatchResponse-Klasse.

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))

Parameter

exposureControlResponses
IList<ExposureControlResponse>

Liste der Belichtungssteuerungsfeaturewerte.

Gilt für: