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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python