// get metric definitions for storage account.
for (MetricDefinition metricDefinition : azure.metricDefinitions().listByResource(storageAccount.id())) {
Azure github has this example to get metrics for a storage account. I am struggling to find any reference on what should be passed as parameter to listByResource()
to get VM Metric (for example Network In metric)? Appreciate any input.