Share via


SolutionConfigurationPropertiesUpdate Class

Definition

Solution configuration resource.

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

Constructors

SolutionConfigurationPropertiesUpdate()

Initializes a new instance of SolutionConfigurationPropertiesUpdate.

Properties

SolutionSettings

Solution settings.

SolutionType

The type of the solution.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SolutionConfigurationPropertiesUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SolutionConfigurationPropertiesUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SolutionConfigurationPropertiesUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SolutionConfigurationPropertiesUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SolutionConfigurationPropertiesUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to