IConfigDataProperties.Exclude 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.
Exclude the resource from Advisor evaluations. Valid values: False (default) or True.
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Exclude the resource from Advisor evaluations. Valid values: False (default) or True.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="exclude")]
public bool? Exclude { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Exclude the resource from Advisor evaluations. Valid values: False (default) or True.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="exclude")>]
member this.Exclude : Nullable<bool> with get, set
Public Property Exclude As Nullable(Of Boolean)
Property Value
- Attributes