AppServiceArmPlan Class

Definition

The plan object in Azure Resource Manager, represents a marketplace plan.

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

Properties

Name

The name.

Product

The product.

PromotionCode

The promotion code.

Publisher

The publisher.

Version

Version of product.

Explicit Interface Implementations

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