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

AzureInput

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

AzureInput

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

AzureInput

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

AzureInput

bitmovin_api_sdk.encoding.inputs.azure.azure_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.azure.azure_input_list_query_params.AzureInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents