bitmovin_api_sdk.encoding.inputs.azure package
Subpackages
Submodules
bitmovin_api_sdk.encoding.inputs.azure.azure_api module
- class bitmovin_api_sdk.encoding.inputs.azure.azure_api.AzureApi(**kwargs)[source]
Bases:
BaseApi
- create(azure_input: AzureInput, **kwargs: dict) AzureInput [source]
Create Azure Input
- Parameters
azure_input (AzureInput, required) – The Azure input to be created
- Returns
Azure input
- Return type
- delete(input_id: string_types, **kwargs: dict) AzureInput [source]
Delete Azure Input
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Id of the input
- Return type
- get(input_id: string_types, **kwargs: dict) AzureInput [source]
Azure Input Details
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Azure input
- Return type
- list(query_params: Optional[AzureInputListQueryParams] = None, **kwargs: dict) AzureInput [source]
List Azure Inputs
- Parameters
query_params (AzureInputListQueryParams) – Query parameters
- Returns
List of Azure inputs
- Return type