ReportUrl 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |