JobDetails(String, String, String, String) Constructor
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.
Initializes a new instance of JobDetails.
public JobDetails (string containerUri, string inputDataFormat, string providerId, string target);
new Azure.Quantum.Jobs.Models.JobDetails : string * string * string * string -> Azure.Quantum.Jobs.Models.JobDetails
Public Sub New (containerUri As String, inputDataFormat As String, providerId As String, target As String)
Parameters
- containerUri
- String
The blob container SAS uri, the container is used to host job data.
- inputDataFormat
- String
The format of the input data.
- providerId
- String
The unique identifier for the provider.
- target
- String
The target identifier to run the job.
Exceptions
containerUri
, inputDataFormat
, providerId
, or target
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET