LicenseProfileProperties Class

Definition

Describe the properties of a license profile.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfilePropertiesTypeConverter))]
public class LicenseProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfilePropertiesTypeConverter))>]
type LicenseProfileProperties = class
    interface ILicenseProfileProperties
    interface IJsonSerializable
Public Class LicenseProfileProperties
Implements ILicenseProfileProperties
Inheritance
LicenseProfileProperties
Attributes
Implements

Constructors

LicenseProfileProperties()

Creates an new LicenseProfileProperties instance.

Properties

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.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LicenseProfileProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LicenseProfileProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileProperties.

FromJsonString(String)

Creates a new instance of LicenseProfileProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LicenseProfileProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to