ImpactReportingExtensions 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.ImpactReporting.
public static class ImpactReportingExtensions
type ImpactReportingExtensions = class
Public Module ImpactReportingExtensions
- Inheritance
-
ImpactReportingExtensions
Methods
| Name | Description |
|---|---|
| GetImpactCategories(SubscriptionResource) |
Gets a collection of ImpactCategoryResources in the SubscriptionResource. <item>MockingTo mock this method, please mock GetImpactCategories() instead.</item> |
| GetImpactCategory(SubscriptionResource, String, CancellationToken) |
Get a ImpactCategory
|
| GetImpactCategoryAsync(SubscriptionResource, String, CancellationToken) |
Get a ImpactCategory
|
| GetImpactCategoryResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ImpactCategoryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an ImpactCategoryResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetImpactCategoryResource(ResourceIdentifier) instead.</item> |
| GetImpactConnector(SubscriptionResource, String, CancellationToken) |
Get a Connector
|
| GetImpactConnectorAsync(SubscriptionResource, String, CancellationToken) |
Get a Connector
|
| GetImpactConnectorResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ImpactConnectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an ImpactConnectorResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetImpactConnectorResource(ResourceIdentifier) instead.</item> |
| GetImpactConnectors(SubscriptionResource) |
Gets a collection of ImpactConnectorResources in the SubscriptionResource. <item>MockingTo mock this method, please mock GetImpactConnectors() instead.</item> |
| GetImpactInsightResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ImpactInsightResource 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 ImpactInsightResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetImpactInsightResource(ResourceIdentifier) instead.</item> |
| GetWorkloadImpact(SubscriptionResource, String, CancellationToken) |
Get a WorkloadImpact
|
| GetWorkloadImpactAsync(SubscriptionResource, String, CancellationToken) |
Get a WorkloadImpact
|
| GetWorkloadImpactResource(ArmClient, ResourceIdentifier) |
Gets an object representing a WorkloadImpactResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a WorkloadImpactResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetWorkloadImpactResource(ResourceIdentifier) instead.</item> |
| GetWorkloadImpacts(SubscriptionResource) |
Gets a collection of WorkloadImpactResources in the SubscriptionResource. <item>MockingTo mock this method, please mock GetWorkloadImpacts() instead.</item> |