DataSource Class
Class representing data source used by the detectors.
- Inheritance
-
azure.mgmt.web._serialization.ModelDataSource
Constructor
DataSource(*, instructions: List[str] | None = None, data_source_uri: List[_models.NameValuePair] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
instructions
|
Instructions if any for the data source. |
data_source_uri
|
Datasource Uri Links. |
Variables
Name | Description |
---|---|
instructions
|
Instructions if any for the data source. |
data_source_uri
|
Datasource Uri Links. |
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