ExposureControlBatchResponse Class
A list of exposure control feature values.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelExposureControlBatchResponse
Constructor
ExposureControlBatchResponse(*, exposure_control_responses: List[_models.ExposureControlResponse], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
exposure_control_responses
|
List of exposure control feature values. Required. |
Variables
Name | Description |
---|---|
exposure_control_responses
|
List of exposure control feature values. 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