Sdílet prostřednictvím


WithdrawPlanContent Class

Definition

Withdraw properties.

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

Constructors

WithdrawPlanContent()

Initializes a new instance of WithdrawPlanContent.

Properties

PlanId

Gets or sets Plan Id.

PublisherId

The offer's publisher id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WithdrawPlanContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WithdrawPlanContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WithdrawPlanContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WithdrawPlanContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WithdrawPlanContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to