ILicenseProfileProperties 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.LicenseProfilePropertiesTypeConverter))]
public interface ILicenseProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfilePropertiesTypeConverter))>]
type ILicenseProfileProperties = interface
interface IJsonSerializable
Public Interface ILicenseProfileProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdditionalInfo |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
EsuProfileAssignedLicense |
The resource id of the license. |
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. |
EsuProfileServerType |
The type of the Esu servers. |
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. |
ProvisioningState |
The provisioning state, which only appears in the response. |
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) |