IRecommendationProperties.State Property

Definition

The list of states of this recommendation. If it's null then it should be considered "Active".

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The list of states of this recommendation. If it's null then it should be considered "Active".", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="states", Update=true)]
public System.Collections.Generic.List<string> State { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The list of states of this recommendation. If it's null then it should be considered "Active".", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="states", Update=true)>]
member this.State : System.Collections.Generic.List<string> with get, set
Public Property State As List(Of String)

Property Value

Attributes

Applies to