ExposureControlOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:exposure_control> attribute.
- Inheritance
-
builtins.objectExposureControlOperations
Constructor
ExposureControlOperations(*args, **kwargs)
Methods
| get_feature_value |
Get exposure control feature for specific location. |
| get_feature_value_by_factory |
Get exposure control feature for specific factory. |
| query_feature_values_by_factory |
Get list of exposure control features for specific factory. |
get_feature_value
Get exposure control feature for specific location.
async get_feature_value(location_id: str, exposure_control_request: azure.mgmt.datafactory.models._models_py3.ExposureControlRequest, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.ExposureControlResponse
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ExposureControlResponse, or the result of cls(response)
Return type
Exceptions
get_feature_value_by_factory
Get exposure control feature for specific factory.
async get_feature_value_by_factory(resource_group_name: str, factory_name: str, exposure_control_request: azure.mgmt.datafactory.models._models_py3.ExposureControlRequest, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.ExposureControlResponse
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ExposureControlResponse, or the result of cls(response)
Return type
Exceptions
query_feature_values_by_factory
Get list of exposure control features for specific factory.
async query_feature_values_by_factory(resource_group_name: str, factory_name: str, exposure_control_batch_request: azure.mgmt.datafactory.models._models_py3.ExposureControlBatchRequest, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.ExposureControlBatchResponse
Parameters
- exposure_control_batch_request
- ExposureControlBatchRequest
The exposure control request for list of features.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ExposureControlBatchResponse, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.datafactory.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>
Feedback
Submit and view feedback for