CustomerSubscriptionDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Api20211201.CustomerSubscriptionDetailsTypeConverter))]
public class CustomerSubscriptionDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ICustomerSubscriptionDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.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.Api20211201.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. |