Given an Azure VM size as string (e.g. "STANDARD_A4_v2") I would like to programmatically infer available memory and number of vCPUs. I've looked through azure-mgmt-compute but can't find what I'm looking for. I saw this post using a ComputeManagementClient to iterate over all available VM sizes, but that's not what I need and furthermore in my case I only have access to Azure Batch credentials. Do I have to role my own (at least for vCPUs) following the naming conventions?
Many thanks,
Andreas
