Dela via


JobDetails(String, String, String, String) Constructor

Definition

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