question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Microsoft.Azure.Management.Monitor.Fluent does not depend on Microsoft.Azure.Management.Fluent

See original GitHub issue

Microsoft.Azure.Management.Monitor.Fluent does not depend on Microsoft.Azure.Management.Fluent which is required for authentication.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
hovsepmcommented, Aug 14, 2018

IAzure only exist in Microsoft.Azure.Management.Fluent package. And it is a facade for a Manager class in each client package (Compute.Fluent, Netowork.Fluent, Monitor.Fluent etc). In other words on the example of Monitor.Fluent package - Monitor has MonitorManager class which exposes ActivityLogs functionality. Fluent rollup package (which is Microsoft.Azure.Management.Fluent) has IAzure interface that exposes ActivityLogs facade that is basically Monitor.Fluent.MonitorManager.ActivityLogs feature.

0reactions
CundyTechcommented, Oct 16, 2018

I hate that I had to come here to get a decent explanation of the Fluent/IAzure design.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft.Azure.Management.Monitor.Fluent 1.38.1
Provides Monitor service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out.
Read more >
Microsoft.Azure.Management.Fluent.Azure never responds
I am trying the "Microsoft.Azure.Management.Fluent" nuget packages to manage my webapps and vms. I've tried following these samples but it's ...
Read more >
Azure.MetricDefinitions Property
Fluent.Azure.MetricDefinitions in the Microsoft.Azure.Management. ... Azure.Management.Monitor.Fluent.IMetricDefinitions MetricDefinitions { get; }
Read more >
what is Microsoft.Azure.Management.ResourceManager. ...
Fluent refers to the Fluent API, an older approach to resource group and resource management in Azure. I'll include some links to documentation ......
Read more >
Microsoft.Azure.Management.AppService.Fluent.Models ...
Explore all classes and interfaces of the Microsoft.Azure.Management.AppService.Fluent.Models namespace.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found