Compartir a través de


ProductFeature Class

Definition

Product Feature

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

Constructors

ProductFeature()

Creates an new ProductFeature 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.

Name

Product feature name.

SubscriptionStatus

Indicates the current status of the product features.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProductFeature.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProductFeature.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProductFeature into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to