IRecommendationProperties.IsDynamic Property

Definition

True if this is associated with a dynamically added rule

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="True if this is associated with a dynamically added rule", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDynamic", Update=true)]
public bool? IsDynamic { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="True if this is associated with a dynamically added rule", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDynamic", Update=true)>]
member this.IsDynamic : Nullable<bool> with get, set
Public Property IsDynamic As Nullable(Of Boolean)

Property Value

Attributes

Applies to