HybridComputeProductFeatureUpdate Class

Definition

Product Feature.

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

Constructors

HybridComputeProductFeatureUpdate()

Initializes a new instance of HybridComputeProductFeatureUpdate.

Properties

Name

Product feature name.

SubscriptionStatus

Indicates the new status of the product feature.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HybridComputeProductFeatureUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputeProductFeatureUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputeProductFeatureUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeProductFeatureUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputeProductFeatureUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to