Uses of Class
com.azure.resourcemanager.datafactory.models.ExposureControlBatchRequest
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of ExposureControlBatchRequest in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionExposureControlsClient.queryFeatureValuesByFactory
(String resourceGroupName, String factoryName, ExposureControlBatchRequest exposureControlBatchRequest) Get list of exposure control features for specific factory.com.azure.core.http.rest.Response<ExposureControlBatchResponseInner>
ExposureControlsClient.queryFeatureValuesByFactoryWithResponse
(String resourceGroupName, String factoryName, ExposureControlBatchRequest exposureControlBatchRequest, com.azure.core.util.Context context) Get list of exposure control features for specific factory. -
Uses of ExposureControlBatchRequest in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExposureControlBatchRequest.withExposureControlRequests
(List<ExposureControlRequest> exposureControlRequests) Set the exposureControlRequests property: List of exposure control features.Modifier and TypeMethodDescriptionExposureControls.queryFeatureValuesByFactory
(String resourceGroupName, String factoryName, ExposureControlBatchRequest exposureControlBatchRequest) Get list of exposure control features for specific factory.com.azure.core.http.rest.Response<ExposureControlBatchResponse>
ExposureControls.queryFeatureValuesByFactoryWithResponse
(String resourceGroupName, String factoryName, ExposureControlBatchRequest exposureControlBatchRequest, com.azure.core.util.Context context) Get list of exposure control features for specific factory.