IRecoveryPlanGroup.EndGroupAction Property

Definition

The end group actions.

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

Property Value

Attributes

Applies to