NewAzCostManagementExport_CreateExpanded.RecurrencePeriodTo 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.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Category(new Microsoft.Azure.PowerShell.Cmdlets.CostManagement.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.CostManagement.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The end date of recurrence.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="to")]
[System.Management.Automation.Parameter(HelpMessage="The end date of recurrence.", Mandatory=false)]
public DateTime RecurrencePeriodTo { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Category(new Microsoft.Azure.PowerShell.Cmdlets.CostManagement.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.CostManagement.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The end date of recurrence.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="to")>]
[<System.Management.Automation.Parameter(HelpMessage="The end date of recurrence.", Mandatory=false)>]
member this.RecurrencePeriodTo : DateTime with get, set
Public Property RecurrencePeriodTo As DateTime
Property Value
- Attributes