Sdílet prostřednictvím


ViewListResult Class

Definition

Result of listing views. It contains a list of available views.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ViewListResultTypeConverter))]
public class ViewListResult : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IViewListResult, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IViewListResultInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ViewListResultTypeConverter))>]
type ViewListResult = class
    interface IViewListResult
    interface IJsonSerializable
    interface IViewListResultInternal
Public Class ViewListResult
Implements IViewListResult, IViewListResultInternal
Inheritance
ViewListResult
Attributes
Implements

Constructors

ViewListResult()

Creates an new ViewListResult instance.

Properties

NextLink

The link (url) to the next page of results.

Value

The list of views.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ViewListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ViewListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IViewListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ViewListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Explicit Interface Implementations

IViewListResultInternal.NextLink

Internal Acessors for NextLink

IViewListResultInternal.Value

Internal Acessors for Value

Applies to