ExportExecutionListResult 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 the execution history of an export.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportExecutionListResultTypeConverter))]
public class ExportExecutionListResult : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportExecutionListResult, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportExecutionListResultInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportExecutionListResultTypeConverter))>]
type ExportExecutionListResult = class
interface IExportExecutionListResult
interface IJsonSerializable
interface IExportExecutionListResultInternal
Public Class ExportExecutionListResult
Implements IExportExecutionListResult, IExportExecutionListResultInternal
- Inheritance
-
ExportExecutionListResult
- Attributes
- Implements
Constructors
ExportExecutionListResult() |
Creates an new ExportExecutionListResult instance. |
Properties
Value |
A list of export executions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExportExecutionListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExportExecutionListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportExecutionListResult. |
FromJsonString(String) |
Creates a new instance of ExportExecutionListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExportExecutionListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Explicit Interface Implementations
IExportExecutionListResultInternal.Value |
Internal Acessors for Value |