Azure.ResourceManager.ImpactReporting 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
| Name | Description |
|---|---|
| AzureResourceManagerImpactReportingContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information see 'https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md' |
| ImpactCategoryCollection |
A class representing a collection of ImpactCategoryResource and their operations. Each ImpactCategoryResource in the collection will belong to the same instance of SubscriptionResource. To get an ImpactCategoryCollection instance call the GetImpactCategories method from an instance of SubscriptionResource. |
| ImpactCategoryData |
A class representing the ImpactCategory data model. ImpactCategory resource |
| ImpactCategoryResource |
A Class representing an ImpactCategory along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an ImpactCategoryResource from an instance of ArmClient using the GetImpactCategoryResource method. Otherwise you can get one from its parent resource SubscriptionResource using the GetImpactCategory method. |
| ImpactConnectorCollection |
A class representing a collection of ImpactConnectorResource and their operations. Each ImpactConnectorResource in the collection will belong to the same instance of SubscriptionResource. To get an ImpactConnectorCollection instance call the GetImpactConnectors method from an instance of SubscriptionResource. |
| ImpactConnectorData |
A class representing the ImpactConnector data model. A connector is a resource that can be used to proactively report impacts against workloads in Azure to Microsoft. |
| ImpactConnectorResource |
A Class representing an ImpactConnector along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an ImpactConnectorResource from an instance of ArmClient using the GetImpactConnectorResource method. Otherwise you can get one from its parent resource SubscriptionResource using the GetImpactConnector method. |
| ImpactInsightCollection |
A class representing a collection of ImpactInsightResource and their operations. Each ImpactInsightResource in the collection will belong to the same instance of WorkloadImpactResource. To get an ImpactInsightCollection instance call the GetImpactInsights method from an instance of WorkloadImpactResource. |
| ImpactInsightData |
A class representing the ImpactInsight data model. Insight resource |
| ImpactInsightResource |
A Class representing an ImpactInsight along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an ImpactInsightResource from an instance of ArmClient using the GetImpactInsightResource method. Otherwise you can get one from its parent resource WorkloadImpactResource using the GetImpactInsight method. |
| ImpactReportingExtensions |
A class to add extension methods to Azure.ResourceManager.ImpactReporting. |
| WorkloadImpactCollection |
A class representing a collection of WorkloadImpactResource and their operations. Each WorkloadImpactResource in the collection will belong to the same instance of SubscriptionResource. To get a WorkloadImpactCollection instance call the GetWorkloadImpacts method from an instance of SubscriptionResource. |
| WorkloadImpactData |
A class representing the WorkloadImpact data model. Workload Impact properties |
| WorkloadImpactResource |
A Class representing a WorkloadImpact along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a WorkloadImpactResource from an instance of ArmClient using the GetWorkloadImpactResource method. Otherwise you can get one from its parent resource SubscriptionResource using the GetWorkloadImpact method. |