MockableImpactReportingArmClient.GetImpactCategoryResource Method

Definition

Gets an object representing a ImpactCategoryResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.ImpactReporting.ImpactCategoryResource GetImpactCategoryResource(Azure.Core.ResourceIdentifier id);
abstract member GetImpactCategoryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ImpactReporting.ImpactCategoryResource
override this.GetImpactCategoryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ImpactReporting.ImpactCategoryResource
Public Overridable Function GetImpactCategoryResource (id As ResourceIdentifier) As ImpactCategoryResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ImpactCategoryResource object.

Applies to