QueryApprovedPlansResponse 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 response
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryApprovedPlansResponseTypeConverter))]
public class QueryApprovedPlansResponse : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlansResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryApprovedPlansResponseTypeConverter))>]
type QueryApprovedPlansResponse = class
interface IQueryApprovedPlansResponse
interface IJsonSerializable
Public Class QueryApprovedPlansResponse
Implements IQueryApprovedPlansResponse
- Inheritance
-
QueryApprovedPlansResponse
- Attributes
- Implements
Constructors
QueryApprovedPlansResponse() |
Creates an new QueryApprovedPlansResponse instance. |
Properties
Detail |
A list indicating for each plan which subscriptions are approved. Plan Id is unique |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryApprovedPlansResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryApprovedPlansResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlansResponse. |
FromJsonString(String) |
Creates a new instance of QueryApprovedPlansResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryApprovedPlansResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |