LicenseProfileArmProductProfileProperties interface

Describes the properties of a Product License Profile ARM model.

Properties

billingEndDate

The timestamp in UTC when the billing ends.

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.

error

The errors that were encountered during the feature enrollment or disenrollment.

productFeatures

The list of product features.

productType

Indicates the product type of the license.

subscriptionStatus

Indicates the subscription status of the product.

Property Details

billingEndDate

The timestamp in UTC when the billing ends.

billingEndDate?: Date

Property Value

Date

billingStartDate

The timestamp in UTC when the billing starts.

billingStartDate?: Date

Property Value

Date

disenrollmentDate

The timestamp in UTC when the user disenrolled the feature.

disenrollmentDate?: Date

Property Value

Date

enrollmentDate

The timestamp in UTC when the user enrolls the feature.

enrollmentDate?: Date

Property Value

Date

error

The errors that were encountered during the feature enrollment or disenrollment.

error?: ErrorDetail

Property Value

productFeatures

The list of product features.

productFeatures?: ProductFeature[]

Property Value

productType

Indicates the product type of the license.

productType?: string

Property Value

string

subscriptionStatus

Indicates the subscription status of the product.

subscriptionStatus?: string

Property Value

string