Bagikan melalui


ProductFeatureUpdate Class

Definition

Product Feature

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

Constructors

ProductFeatureUpdate()

Creates an new ProductFeatureUpdate instance.

Properties

Name

Product feature name.

SubscriptionStatus

Indicates the new status of the product feature.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProductFeatureUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProductFeatureUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProductFeatureUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to