ICostDetailsTimePeriod.End Property
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 end date to pull data to. example format 2020-03-15
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The end date to pull data to. example format 2020-03-15", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="end")]
public string End { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The end date to pull data to. example format 2020-03-15", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="end")>]
member this.End : string with get, set
Public Property End As String
Property Value
- Attributes