你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceMetadata interface
Recommendation resource metadata
Properties
action | The action to view resource. |
plural | The plural user friendly name of resource type. eg: virtual machines |
resource |
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