Class ExposureControlBatchRequest
java.lang.Object
com.azure.resourcemanager.datafactory.models.ExposureControlBatchRequest
A list of exposure control features.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ExposureControlBatchRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the exposureControlRequests property: List of exposure control features.void
validate()
Validates the instance.withExposureControlRequests
(List<ExposureControlRequest> exposureControlRequests) Set the exposureControlRequests property: List of exposure control features.
-
Constructor Details
-
ExposureControlBatchRequest
public ExposureControlBatchRequest()Creates an instance of ExposureControlBatchRequest class.
-
-
Method Details
-
exposureControlRequests
Get the exposureControlRequests property: List of exposure control features.- Returns:
- the exposureControlRequests value.
-
withExposureControlRequests
public ExposureControlBatchRequest withExposureControlRequests(List<ExposureControlRequest> exposureControlRequests) Set the exposureControlRequests property: List of exposure control features.- Parameters:
exposureControlRequests
- the exposureControlRequests value to set.- Returns:
- the ExposureControlBatchRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-