ViewListResult Class
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.
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 |