Uses of Interface
com.azure.resourcemanager.datafactory.models.ExposureControlBatchResponse
-
Packages that use ExposureControlBatchResponse Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ExposureControlBatchResponse in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return ExposureControlBatchResponse Modifier and Type Method Description ExposureControlBatchResponse
ExposureControls. queryFeatureValuesByFactory(String resourceGroupName, String factoryName, ExposureControlBatchRequest exposureControlBatchRequest)
Get list of exposure control features for specific factory.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type ExposureControlBatchResponse Modifier and Type Method Description 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.
-