Azure Media Encoder allows you to configure the number and size (Basic/Standard/Premium) of the reserved units on the web interface.
Is there an API to manage this programatically?
Azure Media Encoder allows you to configure the number and size (Basic/Standard/Premium) of the reserved units on the web interface.
Is there an API to manage this programatically?
recently released AMS .NET SDK v 3.1.0.0 exposes functionality to change reserved units. Here is a code sample how to update reserve unit:
More scenario tests can be found in https://github.com/Azure/azure-sdk-for-media-services/blob/dev/test/net/Scenario/EncodingReservedUnitDataTests.cs