Share via


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

Constructors

SoftwareAssuranceProperties()

Initializes a new instance of SoftwareAssuranceProperties.

Properties

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.

Explicit Interface Implementations

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