IRecoveryPlanGroup.ReplicationProtectedItem Property

Definition

The list of protected items.

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

Property Value

Attributes

Applies to