Share via


IResourceRecommendationBase.Action Property

Definition

The list of recommended actions to implement recommendation.

[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The list of recommended actions to implement recommendation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem) }, ReadOnly=false, Required=false, SerializedName="actions")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[] Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The list of recommended actions to implement recommendation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem) }, ReadOnly=false, Required=false, SerializedName="actions")>]
member this.Action : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[] with get, set
Public Property Action As IRecommendationPropertiesActionsItem()

Property Value

Attributes

Applies to