Share via


DeployJobContent Class

Definition

Parameters for a deployment job.

public class DeployJobContent : Azure.ResourceManager.WorkloadOrchestration.Models.EdgeJobContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WorkloadOrchestration.Models.DeployJobContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WorkloadOrchestration.Models.DeployJobContent>
type DeployJobContent = class
    inherit EdgeJobContent
    interface IJsonModel<DeployJobContent>
    interface IPersistableModel<DeployJobContent>
Public Class DeployJobContent
Inherits EdgeJobContent
Implements IJsonModel(Of DeployJobContent), IPersistableModel(Of DeployJobContent)
Inheritance
DeployJobContent
Implements

Properties

ParameterSolutionVersionId

Solution Version ARM Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeployJobContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeployJobContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EdgeJobContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from EdgeJobContent)
IJsonModel<EdgeJobContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EdgeJobContent)
IPersistableModel<DeployJobContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeployJobContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeployJobContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EdgeJobContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EdgeJobContent)
IPersistableModel<EdgeJobContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from EdgeJobContent)
IPersistableModel<EdgeJobContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EdgeJobContent)

Applies to