IDashboardListResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.DashboardListResultTypeConverter))]
public interface IDashboardListResult : Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.DashboardListResultTypeConverter))>]
type IDashboardListResult = interface
    interface IJsonSerializable
Public Interface IDashboardListResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NextLink

The link to the next page of items

Value

The Dashboard items on this page

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to