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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET