Share via


SoftwareAssuranceChangeContent Class

Definition

The SoftwareAssuranceChangeContent.

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

Constructors

SoftwareAssuranceChangeContent()

Initializes a new instance of SoftwareAssuranceChangeContent.

Properties

SoftwareAssuranceIntent

Customer Intent for Software Assurance Benefit.

Explicit Interface Implementations

IJsonModel<SoftwareAssuranceChangeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SoftwareAssuranceChangeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareAssuranceChangeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareAssuranceChangeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SoftwareAssuranceChangeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to