Partager via


IMetadataEntityListResult.Value Property

Definition

The list of metadata entities.

[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Create=true, Description="The list of metadata entities.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IMetadataEntity) }, Read=true, ReadOnly=false, Required=false, SerializedName="value", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IMetadataEntity> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Create=true, Description="The list of metadata entities.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IMetadataEntity) }, Read=true, ReadOnly=false, Required=false, SerializedName="value", Update=true)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IMetadataEntity> with get, set
Public Property Value As List(Of IMetadataEntity)

Property Value

Attributes

Applies to