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