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.
- Inheritance
-
azure.mgmt.media._serialization.ModelFilterTrackSelection
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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python