SetAzPortalDashboard_Update.Dashboard 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.
[Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Description="The shared dashboard resource definition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard) }, ReadOnly=false, Required=true, SerializedName="dashboard")]
[System.Management.Automation.Parameter(HelpMessage="The shared dashboard resource definition.", Mandatory=true, ValueFromPipeline=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard Dashboard { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Description="The shared dashboard resource definition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard) }, ReadOnly=false, Required=true, SerializedName="dashboard")>]
[<System.Management.Automation.Parameter(HelpMessage="The shared dashboard resource definition.", Mandatory=true, ValueFromPipeline=true)>]
member this.Dashboard : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard with get, set
Public Property Dashboard As IDashboard
Property Value
- Attributes