FilterTrackSelection Class
Representing a list of FilterTrackPropertyConditions to select a track. The filters are combined using a logical AND operation.
All required parameters must be populated in order to send to Azure.
Constructor
FilterTrackSelection(*, track_selections: List[_models.FilterTrackPropertyCondition], **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
track_selections
|
The track selections. Required. |
Variables
Name | Description |
---|---|
track_selections
|
The track selections. Required. |
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