Profile 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
Profile() | |
Profile(String, String, JobID, String, String, String, String) |
Profile()
Profile(String, String, JobID, String, String, String, String)
- Source:
- Profile.cs
public Profile (string jobFile = default, string jobId = default, Microsoft.Azure.HDInsight.Job.Models.JobID jobID = default, string jobName = default, string queueName = default, string url = default, string user = default);
new Microsoft.Azure.HDInsight.Job.Models.Profile : string * string * Microsoft.Azure.HDInsight.Job.Models.JobID * string * string * string * string -> Microsoft.Azure.HDInsight.Job.Models.Profile
Parameters
- jobFile
- String
- jobId
- String
- jobID
- JobID
- jobName
- String
- queueName
- String
- url
- String
- user
- 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