MockableAppComplianceAutomationArmClient.GetReportResource Method

Definition

Gets an object representing a ReportResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a ReportResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.AppComplianceAutomation.ReportResource GetReportResource (Azure.Core.ResourceIdentifier id);
abstract member GetReportResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppComplianceAutomation.ReportResource
override this.GetReportResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppComplianceAutomation.ReportResource
Public Overridable Function GetReportResource (id As ResourceIdentifier) As ReportResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ReportResource object.

Applies to