Sdílet prostřednictvím


OperationListResult Class

Definition

Result of listing cost management operations. It contains a list of operations and a URL link to get the next set of results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.OperationListResultTypeConverter))]
public class OperationListResult : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IOperationListResult, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IOperationListResultInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.OperationListResultTypeConverter))>]
type OperationListResult = class
    interface IOperationListResult
    interface IJsonSerializable
    interface IOperationListResultInternal
Public Class OperationListResult
Implements IOperationListResult, IOperationListResultInternal
Inheritance
OperationListResult
Attributes
Implements

Constructors

OperationListResult()

Creates an new OperationListResult instance.

Properties

NextLink

URL to get the next set of operation list results if there are any.

Value

List of cost management operations supported by the Microsoft.CostManagement resource provider.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Explicit Interface Implementations

IOperationListResultInternal.NextLink

Internal Acessors for NextLink

IOperationListResultInternal.Value

Internal Acessors for Value

Applies to