Partilhar via


QueryRequestApprovalProperties Class

Definition

The details to get the request plans statuses

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

Constructors

QueryRequestApprovalProperties()

Creates an new QueryRequestApprovalProperties instance.

Properties

PlanId

Current plans list

PublisherId

The offer's publisher id

SubscriptionId

Gets or sets the subscription id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryRequestApprovalProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryRequestApprovalProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryRequestApprovalProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to