IResourceMetadata Interface
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.
[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) |