IInMageRcmFabricSpecificDetails.Dra 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 DRAs.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of DRAs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDraDetails) }, ReadOnly=true, Required=false, SerializedName="dras")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDraDetails[] Dra { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of DRAs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDraDetails) }, ReadOnly=true, Required=false, SerializedName="dras")>]
member this.Dra : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDraDetails[]
Public ReadOnly Property Dra As IDraDetails()
Property Value
- Attributes