JobInputs Class
Describes a list of inputs to a Job.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media.models._models_py3.JobInputJobInputs
Constructor
JobInputs(*, inputs: List[_models.JobInput] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
inputs
|
List of inputs to a Job. |
Variables
Name | Description |
---|---|
odata_type
|
The discriminator for derived types. Required. |
inputs
|
List of inputs to a Job. |
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