LicenseProfileArmProductProfileProperties Class

Definition

Describes the properties of a Product License Profile ARM model.

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

Constructors

LicenseProfileArmProductProfileProperties()

Creates an new LicenseProfileArmProductProfileProperties instance.

Properties

BillingStartDate

The timestamp in UTC when the billing starts.

DisenrollmentDate

The timestamp in UTC when the user disenrolled the feature.

EnrollmentDate

The timestamp in UTC when the user enrolls the feature.

ProductFeature

The list of product features.

ProductType

Indicates the product type of the license.

SubscriptionStatus

Indicates the subscription status of the product.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LicenseProfileArmProductProfileProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LicenseProfileArmProductProfileProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LicenseProfileArmProductProfileProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to