IRecoveryPlanGroup.StartGroupAction Property

Definition

The start group actions.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The start group actions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IRecoveryPlanAction) }, Read=true, ReadOnly=false, Required=false, SerializedName="startGroupActions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IRecoveryPlanAction> StartGroupAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The start group actions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IRecoveryPlanAction) }, Read=true, ReadOnly=false, Required=false, SerializedName="startGroupActions", Update=true)>]
member this.StartGroupAction : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IRecoveryPlanAction> with get, set
Public Property StartGroupAction As List(Of IRecoveryPlanAction)

Property Value

Attributes

Applies to