QueryApprovedPlansPayload 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.
Query approved plans payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryApprovedPlansPayloadTypeConverter))]
public class QueryApprovedPlansPayload : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlansPayload
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryApprovedPlansPayloadTypeConverter))>]
type QueryApprovedPlansPayload = class
interface IQueryApprovedPlansPayload
interface IJsonSerializable
Public Class QueryApprovedPlansPayload
Implements IQueryApprovedPlansPayload
- Inheritance
-
QueryApprovedPlansPayload
- Attributes
- Implements
Constructors
QueryApprovedPlansPayload() |
Creates an new QueryApprovedPlansPayload instance. |
Properties
OfferId |
Offer id |
PlanId |
Offer plan ids |
SubscriptionId |
List of subscription IDs |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryApprovedPlansPayload. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryApprovedPlansPayload. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlansPayload. |
FromJsonString(String) |
Creates a new instance of QueryApprovedPlansPayload, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryApprovedPlansPayload into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |