Delen via


PlanRequesterInfo Class

Definition

user request details.

public class PlanRequesterInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Marketplace.Models.PlanRequesterInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Marketplace.Models.PlanRequesterInfo>
type PlanRequesterInfo = class
    interface IJsonModel<PlanRequesterInfo>
    interface IPersistableModel<PlanRequesterInfo>
Public Class PlanRequesterInfo
Implements IJsonModel(Of PlanRequesterInfo), IPersistableModel(Of PlanRequesterInfo)
Inheritance
PlanRequesterInfo
Implements

Properties

Date

Gets request date.

Justification

Gets justification.

SubscriptionId

Gets the subscription id that the user is requesting to add the plan to.

SubscriptionName

Gets the subscription name that the user is requesting to add the plan to.

User

Gets user id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlanRequesterInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PlanRequesterInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlanRequesterInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlanRequesterInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PlanRequesterInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to