Partilhar via


QueryRequestApproval Class

Definition

Gets the request plans with indication on each plan whether is approved by the admin, has pending request or not requested yet

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

Constructors

QueryRequestApproval()

Creates an new QueryRequestApproval instance.

Properties

Etag

Gets or sets e-tag field

MessageCode

Gets or sets the notification message id

PlansDetail

Gets or sets the plans details

UniqueOfferId

Gets or sets unique offer id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryRequestApproval.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryRequestApproval.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryRequestApproval into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to