Interface ExposureControlBatchResponse
public interface ExposureControlBatchResponse
An immutable client-side representation of ExposureControlBatchResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the exposureControlResponses property: List of exposure control feature values.Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlBatchResponseInner object.
-
Method Details
-
exposureControlResponses
List<ExposureControlResponse> exposureControlResponses()Gets the exposureControlResponses property: List of exposure control feature values.- Returns:
- the exposureControlResponses value.
-
innerModel
ExposureControlBatchResponseInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlBatchResponseInner object.- Returns:
- the inner object.
-