Status Constructors
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.
Overloads
Status()
Status(Nullable<Double>, String, Nullable<Int64>, String, Object, Nullable<Boolean>, String, String, JobID, String, String, Nullable<Double>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Double>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Double>, Nullable<Int64>, String, String, Nullable<Boolean>, Nullable<Int64>, String)
- Source:
- Status.cs
public Status (double? cleanupProgress = default, string failureInfo = default, long? finishTime = default, string historyFile = default, object jobACLs = default, bool? jobComplete = default, string jobFile = default, string jobId = default, Microsoft.Azure.HDInsight.Job.Models.JobID jobID = default, string jobName = default, string jobPriority = default, double? mapProgress = default, long? neededMem = default, int? numReservedSlots = default, int? numUsedSlots = default, string priority = default, string queue = default, double? reduceProgress = default, long? reservedMem = default, bool? retired = default, int? runState = default, string schedulingInfo = default, double? setupProgress = default, long? startTime = default, string state = default, string trackingUrl = default, bool? uber = default, long? usedMem = default, string username = default);
new Microsoft.Azure.HDInsight.Job.Models.Status : Nullable<double> * string * Nullable<int64> * string * obj * Nullable<bool> * string * string * Microsoft.Azure.HDInsight.Job.Models.JobID * string * string * Nullable<double> * Nullable<int64> * Nullable<int> * Nullable<int> * string * string * Nullable<double> * Nullable<int64> * Nullable<bool> * Nullable<int> * string * Nullable<double> * Nullable<int64> * string * string * Nullable<bool> * Nullable<int64> * string -> Microsoft.Azure.HDInsight.Job.Models.Status
Parameters
- failureInfo
- String
- historyFile
- String
- jobACLs
- Object
- jobFile
- String
- jobId
- String
- jobID
- JobID
- jobName
- String
- jobPriority
- String
- priority
- String
- queue
- String
- schedulingInfo
- String
- state
- String
- trackingUrl
- String
- username
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET