Compartir a través de


ResourceMetadata interface

Recommendation resource metadata

Properties

action

The action to view resource.

plural

The plural user friendly name of resource type. eg: virtual machines

resourceId

Azure resource Id of the assessed resource

singular

The singular user friendly name of resource type. eg: virtual machine

source

Source from which recommendation is generated

Property Details

action

The action to view resource.

action?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

plural

The plural user friendly name of resource type. eg: virtual machines

plural?: string

Property Value

string

resourceId

Azure resource Id of the assessed resource

resourceId?: string

Property Value

string

singular

The singular user friendly name of resource type. eg: virtual machine

singular?: string

Property Value

string

source

Source from which recommendation is generated

source?: string

Property Value

string