AnalysisExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.Analysis.
public static class AnalysisExtensions
type AnalysisExtensions = class
Public Module AnalysisExtensions
- Inheritance
-
AnalysisExtensions
Methods
CheckAnalysisServerNameAvailability(SubscriptionResource, AzureLocation, AnalysisServerNameAvailabilityContent, CancellationToken) |
Check the name availability in the target location.
|
CheckAnalysisServerNameAvailabilityAsync(SubscriptionResource, AzureLocation, AnalysisServerNameAvailabilityContent, CancellationToken) |
Check the name availability in the target location.
|
GetAnalysisServer(ResourceGroupResource, String, CancellationToken) |
Gets details about the specified Analysis Services server.
|
GetAnalysisServerAsync(ResourceGroupResource, String, CancellationToken) |
Gets details about the specified Analysis Services server.
|
GetAnalysisServerResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AnalysisServerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AnalysisServerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAnalysisServerResource(ResourceIdentifier) instead. |
GetAnalysisServers(ResourceGroupResource) |
Gets a collection of AnalysisServerResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAnalysisServers() instead. |
GetAnalysisServers(SubscriptionResource, CancellationToken) |
Lists all the Analysis Services servers for the given subscription.
|
GetAnalysisServersAsync(SubscriptionResource, CancellationToken) |
Lists all the Analysis Services servers for the given subscription.
|
GetEligibleSkus(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for Analysis Services resource provider.
|
GetEligibleSkusAsync(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for Analysis Services resource provider.
|
Applies to
Azure SDK for .NET