Condividi tramite


JobStages.StageName Property

Definition

Gets name of the job stage. Possible values include: 'DeviceOrdered', 'DevicePrepared', 'Dispatched', 'Delivered', 'PickedUp', 'AtAzureDC', 'DataCopy', 'Completed', 'CompletedWithErrors', 'Cancelled', 'Failed_IssueReportedAtCustomer', 'Failed_IssueDetectedAtAzureDC', 'Aborted', 'CompletedWithWarnings', 'ReadyToDispatchFromAzureDC', 'ReadyToReceiveAtAzureDC', 'Created', 'ShippedToAzureDC', 'AwaitingShipmentDetails', 'PreparingToShipFromAzureDC', 'ShippedToCustomer'

[Newtonsoft.Json.JsonProperty(PropertyName="stageName")]
public string StageName { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stageName")>]
member this.StageName : string
Public ReadOnly Property StageName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to