Freigeben über


IProductFeature Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ProductFeatureTypeConverter))]
public interface IProductFeature : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ProductFeatureTypeConverter))>]
type IProductFeature = interface
    interface IJsonSerializable
Public Interface IProductFeature
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Name

Product feature name.

SubscriptionStatus

Indicates the current status of the product features.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to