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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileMachineInstanceViewTypeConverter))]
public class LicenseProfileMachineInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileMachineInstanceViewTypeConverter))>]
type LicenseProfileMachineInstanceView = class
interface ILicenseProfileMachineInstanceView
interface IJsonSerializable
Public Class LicenseProfileMachineInstanceView
Implements ILicenseProfileMachineInstanceView
- Inheritance
-
LicenseProfileMachineInstanceView
- Attributes
- Implements
Constructors
LicenseProfileMachineInstanceView() |
Creates an new LicenseProfileMachineInstanceView instance. |
Properties
AdditionalInfo |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
EsuProfileAssignedLicense |
The assigned license resource. |
EsuProfileAssignedLicenseImmutableId |
The guid id of the license. |
EsuProfileEsuEligibility |
Indicates the eligibility state of Esu. |
EsuProfileEsuKey |
The list of ESU keys. |
EsuProfileEsuKeyState |
Indicates whether there is an ESU Key currently active for the machine. |
EsuProfileLicenseAssignmentState |
Describes the license assignment state (Assigned or NotAssigned). |
EsuProfileServerType |
The type of the Esu servers. |
LicenseChannel |
Indicates the license channel. |
LicenseStatus |
Indicates the license status of the OS. |
Message |
The error message. |
ProductProfileBillingEndDate |
The timestamp in UTC when the billing ends. |
ProductProfileBillingStartDate |
The timestamp in UTC when the billing starts. |
ProductProfileDisenrollmentDate |
The timestamp in UTC when the user disenrolled the feature. |
ProductProfileEnrollmentDate |
The timestamp in UTC when the user enrolls the feature. |
ProductProfileProductFeature |
The list of product features. |
ProductProfileProductType |
Indicates the product type of the license. |
ProductProfileSubscriptionStatus |
Indicates the subscription status of the product. |
SoftwareAssuranceCustomer |
Specifies if this machine is licensed as part of a Software Assurance agreement. |
Target |
The error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LicenseProfileMachineInstanceView. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LicenseProfileMachineInstanceView. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView. |
FromJsonString(String) |
Creates a new instance of LicenseProfileMachineInstanceView, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LicenseProfileMachineInstanceView into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |