IRecoveryPlan.Group Property

Definition

The recovery plan groups.

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

Property Value

Attributes

Applies to