SoftwareAssuranceProperties Class

Definition

Software Assurance properties of the cluster.

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

Constructors

Name Description
SoftwareAssuranceProperties()

Initializes a new instance of SoftwareAssuranceProperties.

Properties

Name Description
LastUpdatedOn

TimeStamp denoting the latest SA benefit applicability is validated.

SoftwareAssuranceIntent

Customer Intent for Software Assurance Benefit.

SoftwareAssuranceStatus

Status of the Software Assurance for the cluster.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<SoftwareAssuranceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SoftwareAssuranceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareAssuranceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareAssuranceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SoftwareAssuranceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to