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