Azure.ResourceManager.Advisor Namespace
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.
Classes
AdvisorExtensions |
A class to add extension methods to Azure.ResourceManager.Advisor. |
MetadataEntityCollection |
A class representing a collection of MetadataEntityResource and their operations. Each MetadataEntityResource in the collection will belong to the same instance of TenantResource. To get a MetadataEntityCollection instance call the GetMetadataEntities method from an instance of TenantResource. |
MetadataEntityData |
A class representing the MetadataEntity data model. The metadata entity contract. |
MetadataEntityResource |
A Class representing a MetadataEntity along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a MetadataEntityResource from an instance of ArmClient using the GetMetadataEntityResource method. Otherwise you can get one from its parent resource TenantResource using the GetMetadataEntity method. |
ResourceRecommendationBaseCollection |
A class representing a collection of ResourceRecommendationBaseResource and their operations. Each ResourceRecommendationBaseResource in the collection will belong to the same instance of ArmResource. To get a ResourceRecommendationBaseCollection instance call the GetResourceRecommendationBases method from an instance of ArmResource. |
ResourceRecommendationBaseData |
A class representing the ResourceRecommendationBase data model. Advisor Recommendation. |
ResourceRecommendationBaseResource |
A Class representing a ResourceRecommendationBase along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a ResourceRecommendationBaseResource from an instance of ArmClient using the GetResourceRecommendationBaseResource method. Otherwise you can get one from its parent resource ArmResource using the GetResourceRecommendationBase method. |
SuppressionContractCollection |
A class representing a collection of SuppressionContractResource and their operations. Each SuppressionContractResource in the collection will belong to the same instance of ResourceRecommendationBaseResource. To get a SuppressionContractCollection instance call the GetSuppressionContracts method from an instance of ResourceRecommendationBaseResource. |
SuppressionContractData |
A class representing the SuppressionContract data model. The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule. |
SuppressionContractResource |
A Class representing a SuppressionContract along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a SuppressionContractResource from an instance of ArmClient using the GetSuppressionContractResource method. Otherwise you can get one from its parent resource ResourceRecommendationBaseResource using the GetSuppressionContract method. |
Azure SDK for .NET