Interface ExposureControlBatchResponse
-
public interface ExposureControlBatchResponse
An immutable client-side representation of ExposureControlBatchResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ExposureControlResponse>
exposureControlResponses()
Gets the exposureControlResponses property: List of exposure control feature values.ExposureControlBatchResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlBatchResponseInner object.
-
-
-
Method Detail
-
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.
-
-