IExport.ScheduleRecurrence 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 schedule recurrence.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The schedule recurrence.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.RecurrenceType) }, ReadOnly=false, Required=false, SerializedName="recurrence")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.RecurrenceType? ScheduleRecurrence { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The schedule recurrence.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.RecurrenceType) }, ReadOnly=false, Required=false, SerializedName="recurrence")>]
member this.ScheduleRecurrence : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.RecurrenceType> with get, set
Public Property ScheduleRecurrence As Nullable(Of RecurrenceType)
Property Value
- Attributes