AppPlatformStorageProperties Class

Definition

Storage resource payload. Please note AppPlatformStorageProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppPlatformStorageAccount.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppPlatform.Models.UnknownStorageProperties))]
public abstract class AppPlatformStorageProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageProperties>
public abstract class AppPlatformStorageProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppPlatform.Models.UnknownStorageProperties))>]
type AppPlatformStorageProperties = class
    interface IJsonModel<AppPlatformStorageProperties>
    interface IPersistableModel<AppPlatformStorageProperties>
type AppPlatformStorageProperties = class
Public MustInherit Class AppPlatformStorageProperties
Implements IJsonModel(Of AppPlatformStorageProperties), IPersistableModel(Of AppPlatformStorageProperties)
Public MustInherit Class AppPlatformStorageProperties
Inheritance
AppPlatformStorageProperties
Derived
Attributes
Implements

Constructors

AppPlatformStorageProperties()

Initializes a new instance of AppPlatformStorageProperties.

Explicit Interface Implementations

IJsonModel<AppPlatformStorageProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformStorageProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformStorageProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformStorageProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformStorageProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to