Share via


HybridComputeProductFeature Class

Definition

Product Feature.

public class HybridComputeProductFeature : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeProductFeature>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeProductFeature>
type HybridComputeProductFeature = class
    interface IJsonModel<HybridComputeProductFeature>
    interface IPersistableModel<HybridComputeProductFeature>
Public Class HybridComputeProductFeature
Implements IJsonModel(Of HybridComputeProductFeature), IPersistableModel(Of HybridComputeProductFeature)
Inheritance
HybridComputeProductFeature
Implements

Constructors

HybridComputeProductFeature()

Initializes a new instance of HybridComputeProductFeature.

Properties

BillingStartOn

The timestamp in UTC when the billing starts.

DisenrollmentOn

The timestamp in UTC when the user disenrolled the feature.

EnrollmentOn

The timestamp in UTC when the user enrolls the feature.

Name

Product feature name.

SubscriptionStatus

Indicates the current status of the product features.

Explicit Interface Implementations

IJsonModel<HybridComputeProductFeature>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HybridComputeProductFeature>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputeProductFeature>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeProductFeature>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HybridComputeProductFeature>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to