bitmovin_api_sdk.encoding.infrastructure.azure package
Subpackages
Submodules
bitmovin_api_sdk.encoding.infrastructure.azure.azure_account_list_query_params module
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
- delete(infrastructure_id: string_types, **kwargs: dict) AzureAccount [source]
Delete Azure Account
- Parameters
infrastructure_id (string_types, required) – Id of the Azure account
- Returns
Azure account
- Return type
- 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
- 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