Share via


LicenseProfileMachineInstanceView Class

Definition

License Profile Instance View in Machine Properties.

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

Constructors

LicenseProfileMachineInstanceView()

Initializes a new instance of LicenseProfileMachineInstanceView.

Properties

BillingStartOn

The timestamp in UTC when the billing starts.

DisenrollmentOn

The timestamp in UTC when the user disenrolled the feature.

EnrollmentOn

The timestamp in UTC when the user enrolls the feature.

EsuProfile

Properties for the Machine ESU profile.

IsSoftwareAssuranceCustomer

Specifies if this machine is licensed as part of a Software Assurance agreement.

LicenseChannel

Indicates the license channel.

LicenseStatus

Indicates the license status of the OS.

ProductFeatures

The list of product features.

ProductType

Indicates the product type of the license.

SubscriptionStatus

Indicates the subscription status of the product.

Explicit Interface Implementations

IJsonModel<LicenseProfileMachineInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LicenseProfileMachineInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LicenseProfileMachineInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LicenseProfileMachineInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LicenseProfileMachineInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to