IPoolAlignBody.Target 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 targets to align on.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The targets to align on.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PoolAlignTarget) }, ReadOnly=false, Required=true, SerializedName="targets")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PoolAlignTarget[] Target { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The targets to align on.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PoolAlignTarget) }, ReadOnly=false, Required=true, SerializedName="targets")>]
member this.Target : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PoolAlignTarget[] with get, set
Public Property Target As PoolAlignTarget()
Property Value
- Attributes