你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DashboardListResult Class

Definition

List of dashboards.

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

Constructors

DashboardListResult()

Creates an new DashboardListResult instance.

Properties

NextLink

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

Value

The array of custom resource provider manifests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DashboardListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DashboardListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardListResult.

FromJsonString(String)

Creates a new instance of DashboardListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DashboardListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to