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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python