Sdílet prostřednictvím


ReportUrl Class

Definition

The URL to download the generated report.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportUrlTypeConverter))]
public class ReportUrl : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportUrl, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportUrlInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportUrlTypeConverter))>]
type ReportUrl = class
    interface IReportUrl
    interface IJsonSerializable
    interface IReportUrlInternal
Public Class ReportUrl
Implements IReportUrl, IReportUrlInternal
Inheritance
ReportUrl
Attributes
Implements

Constructors

ReportUrl()

Creates an new ReportUrl instance.

Properties

ReportUrl1

The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity

ValidUntil

The time at which report URL becomes invalid.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReportUrl.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReportUrl.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReportUrl into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to