Language

CustomerSubscriptionDetails Class

Definition

Holds Customer subscription details. Clients can display available products to unregistered customers by explicitly passing subscription details

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

Constructors

Name Description
CustomerSubscriptionDetails()

Creates an new CustomerSubscriptionDetails instance.

Properties

Name Description
LocationPlacementId

Location placement Id of a subscription

QuotaId

Quota ID of a subscription

RegisteredFeature

List of registered feature flags for subscription

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomerSubscriptionDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomerSubscriptionDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomerSubscriptionDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to