Share via


AppPlatformDeploymentData Class

Definition

A class representing the AppPlatformDeployment data model. Deployment resource payload

public class AppPlatformDeploymentData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentData>
type AppPlatformDeploymentData = class
    inherit ResourceData
    interface IJsonModel<AppPlatformDeploymentData>
    interface IPersistableModel<AppPlatformDeploymentData>
Public Class AppPlatformDeploymentData
Inherits ResourceData
Implements IJsonModel(Of AppPlatformDeploymentData), IPersistableModel(Of AppPlatformDeploymentData)
Inheritance
Azure.ResourceManager.Models.ResourceData
AppPlatformDeploymentData
Implements
System.ClientModel.Primitives.IJsonModel<AppPlatformDeploymentData> System.ClientModel.Primitives.IPersistableModel<AppPlatformDeploymentData> System.ClientModel.Primitives.IPersistableModel<T>

Constructors

AppPlatformDeploymentData()

Initializes a new instance of AppPlatformDeploymentData.

Properties

Properties

Properties of the Deployment resource.

Sku

Sku of the Deployment resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformDeploymentData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformDeploymentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformDeploymentData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformDeploymentData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformDeploymentData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to