Sdílet prostřednictvím


ExportListResult Class

Definition

Result of listing exports. It contains a list of available exports in the scope provided.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportListResultTypeConverter))]
public class ExportListResult : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportListResult, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportListResultInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportListResultTypeConverter))>]
type ExportListResult = class
    interface IExportListResult
    interface IJsonSerializable
    interface IExportListResultInternal
Public Class ExportListResult
Implements IExportListResult, IExportListResultInternal
Inheritance
ExportListResult
Attributes
Implements

Constructors

ExportListResult()

Creates an new ExportListResult instance.

Properties

Value

The list of exports.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExportListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Explicit Interface Implementations

IExportListResultInternal.Value

Internal Acessors for Value

Applies to