LicenseProfileMachineInstanceView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
BillingEndOn |
The timestamp in UTC when the billing ends. |
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. |
Error |
The errors that were encountered during the feature enrollment or disenrollment. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET