Freigeben über


QueryApprovedPlans Class

Definition

Query approved plans details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryApprovedPlansTypeConverter))]
public class QueryApprovedPlans : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlans
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryApprovedPlansTypeConverter))>]
type QueryApprovedPlans = class
    interface IQueryApprovedPlans
    interface IJsonSerializable
Public Class QueryApprovedPlans
Implements IQueryApprovedPlans
Inheritance
QueryApprovedPlans
Attributes
Implements

Constructors

QueryApprovedPlans()

Creates an new QueryApprovedPlans instance.

Properties

OfferId

Offer id

PlanId

Offer plan ids

SubscriptionId

List of subscription IDs

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryApprovedPlans.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryApprovedPlans.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlans.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryApprovedPlans into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to