Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.ExposureControlBatchResponseInner
-
Packages that use ExposureControlBatchResponseInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ExposureControlBatchResponseInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return ExposureControlBatchResponseInner Modifier and Type Method Description ExposureControlBatchResponseInner
ExposureControlsClient. queryFeatureValuesByFactory(String resourceGroupName, String factoryName, ExposureControlBatchRequest exposureControlBatchRequest)
Get list of exposure control features for specific factory.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type ExposureControlBatchResponseInner Modifier and Type Method Description 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 ExposureControlBatchResponseInner in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return ExposureControlBatchResponseInner Modifier and Type Method Description ExposureControlBatchResponseInner
ExposureControlBatchResponseInner. withExposureControlResponses(List<ExposureControlResponseInner> exposureControlResponses)
Set the exposureControlResponses property: List of exposure control feature values. -
Uses of ExposureControlBatchResponseInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return ExposureControlBatchResponseInner Modifier and Type Method Description ExposureControlBatchResponseInner
ExposureControlBatchResponse. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlBatchResponseInner object.
-