ArmAdvisorModelFactory.AdvisorTriageData Method

Definition

public static Azure.ResourceManager.Advisor.AdvisorTriageData AdvisorTriageData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string reviewId = default, string recommendationId = default, string subscriptionId = default, string resourceGroup = default, string triageResourceType = default, Azure.Core.ResourceIdentifier resourceId = default, string resourceName = default);
static member AdvisorTriageData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Advisor.AdvisorTriageData
Public Shared Function AdvisorTriageData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional reviewId As String = Nothing, Optional recommendationId As String = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing, Optional triageResourceType As String = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional resourceName As String = Nothing) As AdvisorTriageData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

reviewId
String

Unique identifier for the review resource this triageResource belongs to.

recommendationId
String

Unique identifier for the recommendation resource this triageResource belongs to.

subscriptionId
String

Unique identifier for the subscription resource this triageResource belongs to.

resourceGroup
String

Name of the resource group this triageResource belongs to.

triageResourceType
String

Type of resource this triageResource corresponds to e.g. "Cosmos DB".

resourceId
ResourceIdentifier

Full Azure resource id path of the resource this triageResource corresponds to.

resourceName
String

Name of the resource this triageResource corresponds to.

Returns

A new AdvisorTriageData instance for mocking.

Applies to