Megosztás a következőn keresztül:


IResourceMetadata Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ResourceMetadataTypeConverter))]
public interface IResourceMetadata : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ResourceMetadataTypeConverter))>]
type IResourceMetadata = interface
    interface IJsonSerializable
Public Interface IResourceMetadata
Implements IJsonSerializable
Derived
Attributes
Implements

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to