AppServiceArmPlan Class

Definition

The plan object in Azure Resource Manager, represents a marketplace plan. Serialized Name: ArmPlan

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

Properties

Name Description
Name

The name. Serialized Name: ArmPlan.name

Product

The product. Serialized Name: ArmPlan.product

PromotionCode

The promotion code. Serialized Name: ArmPlan.promotionCode

Publisher

The publisher. Serialized Name: ArmPlan.publisher

Version

Version of product. Serialized Name: ArmPlan.version

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AppServiceArmPlan>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceArmPlan>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceArmPlan>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceArmPlan>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceArmPlan>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to