IMetadataEntity.SupportedValue Property
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.
The list of supported values.
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The list of supported values.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IMetadataSupportedValueDetail) }, ReadOnly=false, Required=false, SerializedName="supportedValues")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IMetadataSupportedValueDetail[] SupportedValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The list of supported values.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IMetadataSupportedValueDetail) }, ReadOnly=false, Required=false, SerializedName="supportedValues")>]
member this.SupportedValue : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IMetadataSupportedValueDetail[] with get, set
Public Property SupportedValue As IMetadataSupportedValueDetail()
Property Value
- Attributes