IDashboardLens.Part 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 dashboard parts.
[Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Description="The dashboard parts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardLensParts) }, ReadOnly=false, Required=true, SerializedName="parts")]
public Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardLensParts Part { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Description="The dashboard parts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardLensParts) }, ReadOnly=false, Required=true, SerializedName="parts")>]
member this.Part : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardLensParts with get, set
Public Property Part As IDashboardLensParts
Property Value
- Attributes