Share via


IDashboardListResult Interface

Definition

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

Properties

Name Description
NextLink

The URL to use for getting the next set of results.

Value

The array of custom resource provider manifests.

Methods

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

Applies to