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=None, limit=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, **kwargs)[source]

Add Azure Account

Parameters:

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

Returns:

Azure account

Return type:

AzureAccount

delete(infrastructure_id, **kwargs)[source]

Delete Azure Account

Parameters:

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

Returns:

Azure account

Return type:

AzureAccount

get(infrastructure_id, **kwargs)[source]

Azure Account Details

Parameters:

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

Returns:

Azure account

Return type:

AzureAccount

list(query_params=None, **kwargs)[source]

List Azure Accounts

Parameters:

query_params (AzureAccountListQueryParams) – Query parameters

Returns:

List of Azure accounts

Return type:

AzureAccount

Module contents