IExport.ScheduleStatus 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 status of the export's schedule. If 'Inactive', the export's schedule is paused.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The status of the export's schedule. If 'Inactive', the export's schedule is paused.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.StatusType) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.StatusType? ScheduleStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The status of the export's schedule. If 'Inactive', the export's schedule is paused.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.StatusType) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.ScheduleStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.StatusType> with get, set
Public Property ScheduleStatus As Nullable(Of StatusType)
Property Value
- Attributes