bitmovin_api_sdk.encoding.outputs.azure package
Subpackages
Submodules
bitmovin_api_sdk.encoding.outputs.azure.azure_api module
- class bitmovin_api_sdk.encoding.outputs.azure.azure_api.AzureApi(**kwargs)[source]
Bases:
BaseApi
- create(azure_output: AzureOutput, **kwargs: dict) AzureOutput [source]
Create Azure Output
- Parameters
azure_output (AzureOutput, required) – The Azure output to be created
- Returns
Azure output
- Return type
- delete(output_id: string_types, **kwargs: dict) AzureOutput [source]
Delete Azure Output
- Parameters
output_id (string_types, required) – Id of the output
- Returns
Id of the output
- Return type
- get(output_id: string_types, **kwargs: dict) AzureOutput [source]
Azure Output Details
- Parameters
output_id (string_types, required) – Id of the output
- Returns
Azure output
- Return type
- list(query_params: Optional[AzureOutputListQueryParams] = None, **kwargs: dict) AzureOutput [source]
List Azure Outputs
- Parameters
query_params (AzureOutputListQueryParams) – Query parameters
- Returns
List of Azure outputs
- Return type