bitmovin_api_sdk.encoding.infrastructure.azure package

Subpackages

Submodules

bitmovin_api_sdk.encoding.infrastructure.azure.azure_account_list_query_params module

class bitmovin_api_sdk.encoding.infrastructure.azure.azure_account_list_query_params.AzureAccountListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.infrastructure.azure.azure_api module

class bitmovin_api_sdk.encoding.infrastructure.azure.azure_api.AzureApi(**kwargs)[source]

Bases: BaseApi

create(azure_account: AzureAccount, **kwargs: dict) AzureAccount[source]

Add Azure Account

Parameters

azure_account (AzureAccount, required) – The Azure Account to be added

Returns

Azure account

Return type

AzureAccount

delete(infrastructure_id: string_types, **kwargs: dict) AzureAccount[source]

Delete Azure Account

Parameters

infrastructure_id (string_types, required) – Id of the Azure account

Returns

Id of the Azure account

Return type

AzureAccount

get(infrastructure_id: string_types, **kwargs: dict) AzureAccount[source]

Azure Account Details

Parameters

infrastructure_id (string_types, required) – Id of the Azure account

Returns

Azure account

Return type

AzureAccount

list(query_params: Optional[AzureAccountListQueryParams] = None, **kwargs: dict) AzureAccount[source]

List Azure Accounts

Parameters

query_params (AzureAccountListQueryParams) – Query parameters

Returns

List of Azure accounts

Return type

AzureAccount

Module contents