Azure.ResourceManager.Analysis Namespace

Classes

AnalysisExtensions

A class to add extension methods to Azure.ResourceManager.Analysis.

AnalysisServerCollection

A class representing a collection of AnalysisServerResource and their operations. Each AnalysisServerResource in the collection will belong to the same instance of ResourceGroupResource. To get an AnalysisServerCollection instance call the GetAnalysisServers method from an instance of ResourceGroupResource.

AnalysisServerData

A class representing the AnalysisServer data model. Represents an instance of an Analysis Services resource.

AnalysisServerResource

A Class representing an AnalysisServer along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an AnalysisServerResource from an instance of ArmClient using the GetAnalysisServerResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetAnalysisServer method.