ArmAppComplianceAutomationModelFactory.ReportResourceData Method

Definition

Initializes a new instance of ReportResourceData.

public static Azure.ResourceManager.AppComplianceAutomation.ReportResourceData ReportResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppComplianceAutomation.Models.ReportProperties properties = default);
static member ReportResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppComplianceAutomation.Models.ReportProperties -> Azure.ResourceManager.AppComplianceAutomation.ReportResourceData
Public Shared Function ReportResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As ReportProperties = Nothing) As ReportResourceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

properties
ReportProperties

Report property.

Returns

A new ReportResourceData instance for mocking.

Applies to