IRecoveryPlanGroup.ReplicationProtectedItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of protected items.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of protected items.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProtectedItem) }, ReadOnly=false, Required=false, SerializedName="replicationProtectedItems")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProtectedItem[] ReplicationProtectedItem { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of protected items.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProtectedItem) }, ReadOnly=false, Required=false, SerializedName="replicationProtectedItems")>]
member this.ReplicationProtectedItem : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProtectedItem[] with get, set
Public Property ReplicationProtectedItem As IRecoveryPlanProtectedItem()
Property Value
- Attributes