AdvisorTriageData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Triage resource data structure.
public class AdvisorTriageData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Advisor.AdvisorTriageData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Advisor.AdvisorTriageData>
type AdvisorTriageData = class
inherit ResourceData
interface IJsonModel<AdvisorTriageData>
interface IPersistableModel<AdvisorTriageData>
Public Class AdvisorTriageData
Inherits ResourceData
Implements IJsonModel(Of AdvisorTriageData), IPersistableModel(Of AdvisorTriageData)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Name |
The name of the resource. (Inherited from ResourceData) |
| RecommendationId |
Unique identifier for the recommendation resource this triageResource belongs to. |
| ResourceGroup |
Name of the resource group this triageResource belongs to. |
| ResourceId |
Full Azure resource id path of the resource this triageResource corresponds to. |
| ResourceName |
Name of the resource this triageResource corresponds to. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| ReviewId |
Unique identifier for the review resource this triageResource belongs to. |
| SubscriptionId |
Unique identifier for the subscription resource this triageResource belongs to. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| TriageResourceType |
Type of resource this triageResource corresponds to e.g. "Cosmos DB". |