ImpactReportingExtensions.GetImpactCategoryResource Method

Definition

Gets an object representing a ImpactCategoryResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetImpactCategoryResource(ResourceIdentifier) instead. </item>

public static Azure.ResourceManager.ImpactReporting.ImpactCategoryResource GetImpactCategoryResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetImpactCategoryResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ImpactReporting.ImpactCategoryResource
<Extension()>
Public Function GetImpactCategoryResource (client As ArmClient, id As ResourceIdentifier) As ImpactCategoryResource

Parameters

client
ArmClient

The ArmClient the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ImpactCategoryResource object.

Exceptions

client is null.

Applies to