Megosztás a következőn keresztül:


IExportExecution.Status Property

Definition

The last known status of the export execution.

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The last known status of the export execution.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionStatus? Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The last known status of the export execution.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionStatus> with get, set
Public Property Status As Nullable(Of ExecutionStatus)

Property Value

Attributes

Applies to