ExposureControlBatchRequest Class
A list of exposure control features.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelExposureControlBatchRequest
Constructor
ExposureControlBatchRequest(*, exposure_control_requests: List[_models.ExposureControlRequest], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
exposure_control_requests
|
List of exposure control features. Required. |
Variables
Name | Description |
---|---|
exposure_control_requests
|
List of exposure control features. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python