Share via


AppPersistentDisk Class

Definition

Persistent disk payload.

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

Constructors

AppPersistentDisk()

Initializes a new instance of AppPersistentDisk.

Properties

MountPath

Mount path of the persistent disk.

SizeInGB

Size of the persistent disk in GB.

UsedInGB

Size of the used persistent disk in GB.

Explicit Interface Implementations

IJsonModel<AppPersistentDisk>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPersistentDisk>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPersistentDisk>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPersistentDisk>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPersistentDisk>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to