Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of ExposureControlResponseInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionExposureControlsClient.getFeatureValue
(String locationId, ExposureControlRequest exposureControlRequest) Get exposure control feature for specific location.ExposureControlsClient.getFeatureValueByFactory
(String resourceGroupName, String factoryName, ExposureControlRequest exposureControlRequest) Get exposure control feature for specific factory.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ExposureControlResponseInner>
ExposureControlsClient.getFeatureValueByFactoryWithResponse
(String resourceGroupName, String factoryName, ExposureControlRequest exposureControlRequest, com.azure.core.util.Context context) Get exposure control feature for specific factory.com.azure.core.http.rest.Response<ExposureControlResponseInner>
ExposureControlsClient.getFeatureValueWithResponse
(String locationId, ExposureControlRequest exposureControlRequest, com.azure.core.util.Context context) Get exposure control feature for specific location. -
Uses of ExposureControlResponseInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionExposureControlBatchResponseInner.exposureControlResponses()
Get the exposureControlResponses property: List of exposure control feature values.Modifier and TypeMethodDescriptionExposureControlBatchResponseInner.withExposureControlResponses
(List<ExposureControlResponseInner> exposureControlResponses) Set the exposureControlResponses property: List of exposure control feature values. -
Uses of ExposureControlResponseInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExposureControlResponse.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner object.