Share via


BulkPublishSolutionContent Class

Definition

Bulk publish solution parameter.

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

Constructors

BulkPublishSolutionContent(IEnumerable<BulkPublishTargetDetails>)

Initializes a new instance of BulkPublishSolutionContent.

Properties

SolutionDependencies

Solution dependencies.

SolutionInstanceName

Name of the solution instance.

Targets

Targets to which solution needs to be published.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BulkPublishSolutionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BulkPublishSolutionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BulkPublishSolutionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BulkPublishSolutionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BulkPublishSolutionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to