ILicenseProfileMachineInstanceView Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileMachineInstanceViewTypeConverter))]
public interface ILicenseProfileMachineInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileMachineInstanceViewTypeConverter))>]
type ILicenseProfileMachineInstanceView = interface
interface IJsonSerializable
Public Interface ILicenseProfileMachineInstanceView
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |