danielestevez commented on this pull request.


> +    * The metrics API includes operations to get insights into entities 
> within your
+    * subscription.
+    *
+    * @see <a 
href="https://docs.microsoft.com/en-us/rest/api/monitor/metrics";>docs</a>
+    */
+   @Delegate
+   MetricsApi getMetricsApi(@PathParam("resourceid") String resourceid);
+
+   /**
+    * The metric definitions API includes operations to get insights available 
for entities within your
+    * subscription.
+    *
+    * @see <a 
href="https://docs.microsoft.com/en-us/rest/api/monitor/metricdefinitions";>docs</a>
+    */
+   @Delegate
+   MetricDefinitionsApi getMetricsDefinitionsApi(@PathParam("resourceid") 
String resourceid);

That was my original idea but they're two different APIs in Azure and therefore 
deal with different entities and api-versions so i thought it'd be more 
maintainable if we'd keep it that way

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/396#discussion_r122482133

Reply via email to