ArmAppComplianceAutomationModelFactory.ReportResourceItem Method

Definition

Initializes a new instance of ReportResourceItem.

public static Azure.ResourceManager.AppComplianceAutomation.Models.ReportResourceItem ReportResourceItem (string subscriptionId = default, string resourceGroup = default, Azure.Core.ResourceType? resourceType = default, Azure.Core.ResourceIdentifier resourceId = default);
static member ReportResourceItem : string * string * Nullable<Azure.Core.ResourceType> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppComplianceAutomation.Models.ReportResourceItem
Public Shared Function ReportResourceItem (Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional resourceId As ResourceIdentifier = Nothing) As ReportResourceItem

Parameters

subscriptionId
String

The subscription Id of this resource.

resourceGroup
String

The resource group name of this resource.

resourceType
Nullable<ResourceType>

The resource type of this resource. e.g. "Microsoft.SignalRService/SignalR".

resourceId
ResourceIdentifier

The resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1".

Returns

A new ReportResourceItem instance for mocking.

Applies to