Uses of Class
com.azure.resourcemanager.datafactory.models.ExposureControlBatchRequest
-
Packages that use ExposureControlBatchRequest Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ExposureControlBatchRequest in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type ExposureControlBatchRequest Modifier and Type Method Description ExposureControlBatchResponseInner
ExposureControlsClient. 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
Methods in com.azure.resourcemanager.datafactory.models that return ExposureControlBatchRequest Modifier and Type Method Description ExposureControlBatchRequest
ExposureControlBatchRequest. withExposureControlRequests(List<ExposureControlRequest> exposureControlRequests)
Set the exposureControlRequests property: List of exposure control features.Methods in com.azure.resourcemanager.datafactory.models with parameters of type ExposureControlBatchRequest Modifier and Type Method Description ExposureControlBatchResponse
ExposureControls. 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.
-