LicenseProfileArmProductProfileProperties interface
Describes the properties of a Product License Profile ARM model.
Properties
| billing |
The timestamp in UTC when the billing ends. |
| billing |
The timestamp in UTC when the billing starts. |
| disenrollment |
The timestamp in UTC when the user disenrolled the feature. |
| enrollment |
The timestamp in UTC when the user enrolls the feature. |
| error | The errors that were encountered during the feature enrollment or disenrollment. |
| product |
The list of product features. |
| product |
Indicates the product type of the license. |
| subscription |
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
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