GenerateDetailedCostReportTimePeriod(String, String) Constructor
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.
Initializes a new instance of GenerateDetailedCostReportTimePeriod.
public GenerateDetailedCostReportTimePeriod(string start, string end);
new Azure.ResourceManager.CostManagement.Models.GenerateDetailedCostReportTimePeriod : string * string -> Azure.ResourceManager.CostManagement.Models.GenerateDetailedCostReportTimePeriod
Public Sub New (start As String, end As String)
Parameters
- start
- String
The start date to pull data from. example format 2020-03-15.
- end
- String
The end date to pull data to. example format 2020-03-15.
Exceptions
start or end is null.