This post explains how to easily call Azure Machine Learning inference services from .NET using strong typed objects.
The post provides an example of calling the scoring service from Postman by posting a JSON with column names and their respective values.
The code samples demonstrate how to define the request in C# using a class named InputData and how to convert a strong typed object to the required input for the API.
The AzuremlClient class is shown as an example of an Azure ML inference client that can be injected and used to call the inference endpoint.