Share via


EdgeSolutionTemplateProperties Class

Definition

Solution Template Properties.

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

Constructors

EdgeSolutionTemplateProperties(String, IEnumerable<String>)

Initializes a new instance of EdgeSolutionTemplateProperties.

Properties

Capabilities

List of capabilities.

Description

Description of Solution template.

IsExternalValidationEnabled

Flag to enable external validation.

LatestVersion

Latest solution template version.

ProvisioningState

Provisioning state of resource.

State

State of resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSolutionTemplateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSolutionTemplateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSolutionTemplateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSolutionTemplateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSolutionTemplateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to