Sdílet prostřednictvím


AssignmentDeploymentJob Class

Definition

Represents individual job in given blueprint assignment operation.

public class AssignmentDeploymentJob : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Blueprint.Models.AssignmentDeploymentJob>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Blueprint.Models.AssignmentDeploymentJob>
type AssignmentDeploymentJob = class
    interface IJsonModel<AssignmentDeploymentJob>
    interface IPersistableModel<AssignmentDeploymentJob>
Public Class AssignmentDeploymentJob
Implements IJsonModel(Of AssignmentDeploymentJob), IPersistableModel(Of AssignmentDeploymentJob)
Inheritance
AssignmentDeploymentJob
Implements

Constructors

AssignmentDeploymentJob()

Initializes a new instance of AssignmentDeploymentJob.

Properties

Action

Name of the action performed in this job.

History

Result of this deployment job for each retry.

JobId

Id of this job.

JobState

State of this job.

Kind

Kind of job.

RequestUri

Reference to deployment job resource id.

Result

Deployment job result.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AssignmentDeploymentJob>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AssignmentDeploymentJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AssignmentDeploymentJob>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AssignmentDeploymentJob>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AssignmentDeploymentJob>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to