ExposureControlBatchResponse Interface

public interface ExposureControlBatchResponse

An immutable client-side representation of ExposureControlBatchResponse.

Method Summary

Modifier and Type Method and Description
abstract List<ExposureControlResponse> exposureControlResponses()

Gets the exposureControlResponses property: List of exposure control feature values.

abstract ExposureControlBatchResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlBatchResponseInner object.

Method Details

exposureControlResponses

public abstract List<ExposureControlResponse> exposureControlResponses()

Gets the exposureControlResponses property: List of exposure control feature values.

Returns:

the exposureControlResponses value.

innerModel

public abstract ExposureControlBatchResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlBatchResponseInner object.

Returns:

the inner object.

Applies to