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>
type SoftwareAssuranceChangeContent = class
    interface IJsonModel<SoftwareAssuranceChangeContent>
    interface IPersistableModel<SoftwareAssuranceChangeContent>
Public Class SoftwareAssuranceChangeContent
Implements IJsonModel(Of SoftwareAssuranceChangeContent), IPersistableModel(Of SoftwareAssuranceChangeContent)
Inheritance
SoftwareAssuranceChangeContent
Implements

Constructors

Name Description
SoftwareAssuranceChangeContent()

Initializes a new instance of SoftwareAssuranceChangeContent.

Properties

Name Description
SoftwareAssuranceIntent

Customer Intent for Software Assurance Benefit. This indicates whether the customer wishes to opt in or out of the Software Assurance program, which provides licensing and support benefits.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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