Language

CustomerSubscriptionRegisteredFeatures Class

Definition

Represents subscription registered features

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.CustomerSubscriptionRegisteredFeaturesTypeConverter))]
public class CustomerSubscriptionRegisteredFeatures : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ICustomerSubscriptionRegisteredFeatures
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.CustomerSubscriptionRegisteredFeaturesTypeConverter))>]
type CustomerSubscriptionRegisteredFeatures = class
    interface ICustomerSubscriptionRegisteredFeatures
    interface IJsonSerializable
Public Class CustomerSubscriptionRegisteredFeatures
Implements ICustomerSubscriptionRegisteredFeatures
Inheritance
CustomerSubscriptionRegisteredFeatures
Attributes
Implements

Constructors

Name Description
CustomerSubscriptionRegisteredFeatures()

Creates an new CustomerSubscriptionRegisteredFeatures instance.

Properties

Name Description
Name

Name of subscription registered feature

State

State of subscription registered feature

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomerSubscriptionRegisteredFeatures.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomerSubscriptionRegisteredFeatures.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ICustomerSubscriptionRegisteredFeatures.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomerSubscriptionRegisteredFeatures into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to