ILicenseProfileArmProductProfileProperties 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.LicenseProfileArmProductProfilePropertiesTypeConverter))]
public interface ILicenseProfileArmProductProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileArmProductProfilePropertiesTypeConverter))>]
type ILicenseProfileArmProductProfileProperties = interface
interface IJsonSerializable
Public Interface ILicenseProfileArmProductProfileProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdditionalInfo |
The error additional info. |
BillingEndDate |
The timestamp in UTC when the billing ends. |
BillingStartDate |
The timestamp in UTC when the billing starts. |
Code |
The error code. |
Detail |
The error details. |
DisenrollmentDate |
The timestamp in UTC when the user disenrolled the feature. |
EnrollmentDate |
The timestamp in UTC when the user enrolls the feature. |
Message |
The error message. |
ProductFeature |
The list of product features. |
ProductType |
Indicates the product type of the license. |
SubscriptionStatus |
Indicates the subscription status of the product. |
Target |
The error target. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |